From 5903a19d615137bcb7623d6976c088927486d620 Mon Sep 17 00:00:00 2001 From: Martin Barisits Date: Thu, 28 Nov 2019 14:41:10 +0100 Subject: [PATCH] Release: 1.21.1 preparation --- doc/source/releasenotes/1.21.1.rst | 21 +++++++++++++++++++++ lib/rucio/vcsversion.py | 8 ++++---- lib/rucio/web/ui/static/webui_version | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 doc/source/releasenotes/1.21.1.rst diff --git a/doc/source/releasenotes/1.21.1.rst b/doc/source/releasenotes/1.21.1.rst new file mode 100644 index 0000000000..a0d27f2b0f --- /dev/null +++ b/doc/source/releasenotes/1.21.1.rst @@ -0,0 +1,21 @@ +====== +1.21.1 +====== + +------- +General +------- + +************ +Enhancements +************ + +- Testing: Stale files after test `#3118 `_ + +**** +Bugs +**** + +- Core & Internals: UniqueViolation PSQL driver problem `#3108 `_ +- Core & Internals: Broken backwards compatibility for account usage and limits `#3127 `_ +- Transfers: Problem when multihop is done through a non-deterministic endpoint `#3128 `_ diff --git a/lib/rucio/vcsversion.py b/lib/rucio/vcsversion.py index 4459387b83..92a8b2f7aa 100644 --- a/lib/rucio/vcsversion.py +++ b/lib/rucio/vcsversion.py @@ -4,8 +4,8 @@ ''' VERSION_INFO = { 'final': True, - 'version': '1.21.0', - 'branch_nick': 'patch-0-Release__1_21_0_preparation', - 'revision_id': '7e32dee2c3af1fd51417481483449ca3d9c3bf28', - 'revno': 9000 + 'version': '1.21.1', + 'branch_nick': 'patch-0-Release__1_21_1_prep', + 'revision_id': 'c2e73d4a4c5583d195a6bc78ecf41fc79f9a8d67', + 'revno': 9025 } diff --git a/lib/rucio/web/ui/static/webui_version b/lib/rucio/web/ui/static/webui_version index e4264e9848..87967a790d 100644 --- a/lib/rucio/web/ui/static/webui_version +++ b/lib/rucio/web/ui/static/webui_version @@ -1 +1 @@ -1.21.0 \ No newline at end of file +1.21.1 \ No newline at end of file