From ee5e10cc12364252cf56da3e0c88ccd981d53a90 Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Thu, 1 Aug 2024 09:06:44 +0200 Subject: [PATCH] Bump API version to v1.10.0 --- __init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index d3fd13060..722df1424 100644 --- a/__init__.py +++ b/__init__.py @@ -1,13 +1,14 @@ # -*- coding: utf-8 -*- """Yoda core ruleset containing iRODS and Python rules and policies useful for all Yoda environments.""" -__version__ = '1.9.0' +__version__ = '1.10.0' __copyright__ = 'Copyright (c) 2015-2024, Utrecht University' __license__ = 'GPLv3, see LICENSE' __author__ = ('Felix Croes' + ', Roy van Elk' + ', Paul Frederiks' + + ', Dylan Fu' + ', Rick van de Hoef' + ', Sirjan Kaur' + ', Jan de Mooij' @@ -17,6 +18,7 @@ + ', Chris Smeele' + ', Ton Smeele' + ', Sietse Snel' + + ', Leonidas Triantafyllou' + ', Lazlo Westerhof' + ', Jelmer Zondergeld') # (in alphabetical order)