From bc7f9c5ee50d35e5d406dfb448a99158925de1d0 Mon Sep 17 00:00:00 2001 From: wout4 Date: Tue, 8 Oct 2024 11:55:25 +0200 Subject: [PATCH] 0.9.23 --- cpmpy/__init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpmpy/__init__.py b/cpmpy/__init__.py index 782620bf7..2887c66af 100644 --- a/cpmpy/__init__.py +++ b/cpmpy/__init__.py @@ -14,7 +14,7 @@ """ # Tias Guns, 2019-2024 -__version__ = "0.9.22" +__version__ = "0.9.23" from .expressions import * diff --git a/docs/conf.py b/docs/conf.py index 9224f4080..559dd50c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = 'Tias Guns' # The full version, including alpha/beta/rc tags -release = '0.9.22' +release = '0.9.23' # variables to be accessed from html html_context = {