Skip to content

Commit d9075fc

Browse files
authored
Merge pull request #529 from hneiva/version-bump-42.1.0
Bump version to 42.1.0
2 parents a851bb9 + 2f69207 commit d9075fc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Change Log
44
All notable changes to this project will be documented in this file.
55
This project adheres to `Semantic Versioning <http://semver.org/>`__.
66

7+
[42.1.0] - 2022-02-16
8+
---------------------
9+
Added
10+
~~~~~
11+
- Support for cedar project
12+
- Support for log rotation with RotatingFileHandler
13+
714
[42.0.0] - 2021-12-02
815
---------------------
916
Removed

src/scriptworker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_version_string(version: Union[ShortVerType, LongVerType]) -> str:
5454

5555
# 1}}}
5656
# Semantic versioning 2.0.0 http://semver.org/
57-
__version__ = (42, 0, 0)
57+
__version__ = (42, 1, 0)
5858
__version_string__ = get_version_string(__version__)
5959

6060

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version":[
33
42,
4-
0,
4+
1,
55
0
66
],
7-
"version_string":"42.0.0"
7+
"version_string": "42.1.0"
88
}

0 commit comments

Comments
 (0)