From a41aaf43674f3aacdca7f6d9c8095f4627b9c7ae Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Thu, 24 Nov 2022 12:51:02 +0100 Subject: [PATCH] Bump version --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index bcd32f1..86aac9b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,7 @@ author = "Dominic Kempf" # The full version, including alpha/beta/rc tags -release = "1.1.1" +release = "1.1.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ff34919..6b35835 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="sphinx_lfs_content", - version="1.1.1", + version="1.1.2", author="Dominic Kempf", author_email="dominic.kempf@iwr.uni-heidelberg.de", description="Ensure existence of LFS content in your LFS builds",