diff --git a/HISTORY.rst b/HISTORY.rst index f052a237..709ee192 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,8 +4,8 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. -44.0.0 - TBD ------------- +44.0.0 - 2022-09-20 +------------------- Removed ~~~~~~~ - Removed esr91 support diff --git a/src/scriptworker/version.py b/src/scriptworker/version.py index 50ea73b5..dd3c005c 100755 --- a/src/scriptworker/version.py +++ b/src/scriptworker/version.py @@ -54,7 +54,7 @@ def get_version_string(version: Union[ShortVerType, LongVerType]) -> str: # 1}}} # Semantic versioning 2.0.0 http://semver.org/ -__version__ = (43, 7, 0) +__version__ = (44, 0, 0) __version_string__ = get_version_string(__version__) diff --git a/version.json b/version.json index 46887f57..2c0c11ee 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { "version":[ - 43, - 7, + 44, + 0, 0 ], - "version_string":"43.7.0" + "version_string":"44.0.0" }