From 332bedb2926fa64f2a98d25e32f7098a77d99687 Mon Sep 17 00:00:00 2001 From: olaf michaelis Date: Tue, 28 Sep 2021 10:56:14 +0200 Subject: [PATCH] Bump version number to 1.6 --- rdmo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdmo/__init__.py b/rdmo/__init__.py index aa77acc73..7e983eb3f 100644 --- a/rdmo/__init__.py +++ b/rdmo/__init__.py @@ -1,5 +1,5 @@ __title__ = 'rdmo' -__version__ = '1.6-rc.1' +__version__ = '1.6' __author__ = 'RDMO Arbeitsgemeinschaft' __email__ = 'rdmo-team@listserv.dfn.de' __license__ = 'Apache-2.0'