From f9ddb5307f972af18b4fa696b29f8c936f9b9900 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Mon, 22 Jan 2024 10:27:29 +0100 Subject: [PATCH] Bump version to v1.1.6 --- doc/conf.py | 2 +- setup.py | 2 +- sphinx_lfs_content/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index e67a00c..9e9b820 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -21,7 +21,7 @@ author = "Dominic Kempf" # The full version, including alpha/beta/rc tags -release = "1.1.4" +release = "1.1.6" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3b30144..1f456dd 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="sphinx_lfs_content", - version="1.1.5", + version="1.1.6", author="Dominic Kempf", author_email="dominic.kempf@iwr.uni-heidelberg.de", description="Ensure existence of LFS content in your LFS builds", diff --git a/sphinx_lfs_content/__init__.py b/sphinx_lfs_content/__init__.py index 16412f7..8b4b214 100644 --- a/sphinx_lfs_content/__init__.py +++ b/sphinx_lfs_content/__init__.py @@ -51,4 +51,4 @@ def setup(app): app.add_config_value("lfs_content_post_commands", [], rebuild="") app.connect("config-inited", lfs_setup) - return {"version": "1.1.5", "parallel_read_safe": True} + return {"version": "1.1.6", "parallel_read_safe": True}