Skip to content

Commit

Permalink
scriptworker 50.2.0 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau committed Mar 6, 2024
1 parent 8e4339f commit cd0aac0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Expand Up @@ -4,6 +4,14 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`__.

50.2.0 - 2024-03-06
-------------------

Added
~~~~~
- Add new scriptworker scopes to `cot_restricted_scopes` for firefox-android's
migration to mozilla-central


50.1.0 - 2024-02-02
-------------------
Expand Down
2 changes: 1 addition & 1 deletion src/scriptworker/version.py
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__ = (50, 1, 0)
__version__ = (50, 2, 0)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
@@ -1,8 +1,8 @@
{
"version":[
50,
1,
2,
0
],
"version_string":"50.1.0"
"version_string":"50.2.0"
}

0 comments on commit cd0aac0

Please sign in to comment.