From 4040adae46b7b09ecd995669cca01b8c0203534a Mon Sep 17 00:00:00 2001 From: alicjapolanska Date: Thu, 26 Sep 2024 15:43:28 +0100 Subject: [PATCH] Increment version. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e26cc2c..f29e636 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = "Jason D. McEwen, Christopher G. R. Wallis, Matthew A. Price, Matthew M. Docherty, Alicja Polanska" # The short X.Y version -version = "1.2.2" +version = "1.2.3" # The full version, including alpha/beta/rc tags -release = "1.2.2" +release = "1.2.3" # -- General configuration ---------------------------------------------------