From b49d47d92d82497de3fae70f97977d0c62a0620c Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 19 Jun 2023 18:08:47 +0200 Subject: [PATCH] Bump version to 48.1.0 --- HISTORY.rst | 8 ++++++++ src/scriptworker/version.py | 2 +- version.json | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5dd72b0c..f03ca8b2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,14 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `__. +48.1.0 - 2023-06-19 +------------------- + +Added +~~~~~ +- Add new application-services scopes to `cot_restricted_scopes` +- Add esr115 support + 48.0.1 - 2023-05-04 ------------------- diff --git a/src/scriptworker/version.py b/src/scriptworker/version.py index 640d3f70..7b5263de 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__ = (48, 0, 1) +__version__ = (48, 1, 0) __version_string__ = get_version_string(__version__) diff --git a/version.json b/version.json index c8e5078d..086c1968 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { "version":[ 48, - 0, - 1 + 1, + 0 ], - "version_string":"48.0.1" + "version_string":"48.1.0" }