Skip to content

Commit

Permalink
Merge pull request #529 from hneiva/version-bump-42.1.0
Browse files Browse the repository at this point in the history
Bump version to 42.1.0
  • Loading branch information
hneiva committed Feb 16, 2022
2 parents a851bb9 + 2f69207 commit d9075fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`__.

[42.1.0] - 2022-02-16
---------------------
Added
~~~~~
- Support for cedar project
- Support for log rotation with RotatingFileHandler

[42.0.0] - 2021-12-02
---------------------
Removed
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__ = (42, 0, 0)
__version__ = (42, 1, 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":[
42,
0,
1,
0
],
"version_string":"42.0.0"
"version_string": "42.1.0"
}

0 comments on commit d9075fc

Please sign in to comment.