From 8f7fc6e4d86f5237de6fca3f28a851fef1346e91 Mon Sep 17 00:00:00 2001 From: wout4 Date: Mon, 5 Feb 2024 14:50:04 +0100 Subject: [PATCH] 0.9.19 --- 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 8af95299b..d8c94b101 100644 --- a/cpmpy/__init__.py +++ b/cpmpy/__init__.py @@ -14,7 +14,7 @@ """ # Tias Guns, 2019-2024 -__version__ = "0.9.18" +__version__ = "0.9.19" from .expressions import * diff --git a/docs/conf.py b/docs/conf.py index 11328e77d..d8e519631 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.18' +release = '0.9.19' # variables to be accessed from html html_context = {