Skip to content

Commit

Permalink
Merge pull request #678 from bhearsum/push-kqpzpmrrxkon
Browse files Browse the repository at this point in the history
chore: prep for 60.6.0 release
  • Loading branch information
bhearsum authored Jan 8, 2025
2 parents f00e02d + 6386944 commit 83f13ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`__.

60.6.0 - 2025-01-08
-------------------

Added
~~~~~
- Support for validation of string format in json schemas (https://bugzilla.mozilla.org/show_bug.cgi?id=1933683)

Fixed
~~~~~
- Update translations repo in constants (#676)

60.5.0 - 2024-11-27
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/scriptworker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version_string(version: Union[ShortVerType, LongVerType]) -> str:

# 1}}}
# Semantic versioning 2.0.0 http://semver.org/
__version__ = (60, 5, 0)
__version__ = (60, 6, 0)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version":[
60,
5,
6,
0
],
"version_string":"60.5.0"
"version_string":"60.6.0"
}

0 comments on commit 83f13ab

Please sign in to comment.