From f06af3fd4676cdf015855bc384c286473ff38f72 Mon Sep 17 00:00:00 2001 From: Ajda Date: Mon, 26 Aug 2024 11:04:26 +0200 Subject: [PATCH] Release 1.16.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 889a0a758..383fc5159 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ MAJOR = 1 MINOR = 16 MICRO = 0 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) FULL_VERSION = VERSION