Skip to content

Commit

Permalink
sw 44.1.0 (#565)
Browse files Browse the repository at this point in the history
escapewindow authored Oct 24, 2022
1 parent c6fc004 commit c9b2d5b
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -4,6 +4,12 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`__.

44.1.0 - 2022-10-25
-------------------
Added
~~~~~
- Added Gecko GCP decision pools

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

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


4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version":[
44,
0,
1,
0
],
"version_string":"44.0.0"
"version_string":"44.1.0"
}

0 comments on commit c9b2d5b

Please sign in to comment.