From 7af565af0cd7d3bdd66b21d6ee0b386e4da0b652 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 11 Aug 2023 09:44:36 +0200 Subject: [PATCH] Release v5.0 --- NEWS | 20 ++++++++++---------- resalloc/__init__.py | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 3b65357..3f5ef35 100644 --- a/NEWS +++ b/NEWS @@ -1,19 +1,19 @@ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + New in v5.0: * New features - - New concept of "on demand" ticket tags added, these on demand tags - trigger a resource allocation. Until such a ticket is taken, the - corresponding resource pool has no resource allocated. - -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -New in v4.10: + - A new concept of "on-demand" ticket tags has been introduced. These + on-demand tags, when assigned to tickets, trigger an "on-demand" + resource allocation in the corresponding pools, rather than + pre-allocating them in advance. -* New features + - The README file has been significantly rewritten by Jakub Kadlčík in + markdown format. - - the number of "livecheck" attempts before the resource is deleted - is newly configurable via "livecheck_attempts" + - The number of "livecheck" attempts before a resource is deleted is + now configurable through the "livecheck_attempts" option. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/resalloc/__init__.py b/resalloc/__init__.py index 62e2726..647ffb0 100644 --- a/resalloc/__init__.py +++ b/resalloc/__init__.py @@ -1 +1 @@ -__version__ = '4.9' +__version__ = '5.0'