From 40cba0771581e1f16421929207a15c5b6a91d051 Mon Sep 17 00:00:00 2001 From: WassimG Date: Fri, 11 Oct 2024 09:58:26 +0000 Subject: [PATCH] Bump version from 0.8.1 to 0.8.2 --- .cookietemple.yml | 2 +- .github/release-drafter.yml | 4 ++-- cookietemple.cfg | 2 +- docs/conf.py | 4 ++-- oktoberfest/__init__.py | 2 +- pyproject.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.cookietemple.yml b/.cookietemple.yml index 3a75232..6a4f918 100644 --- a/.cookietemple.yml +++ b/.cookietemple.yml @@ -15,5 +15,5 @@ full_name: Victor Giurcoiu email: victor.giurcoiu@tum.de project_name: oktoberfest project_short_description: Public repo oktoberfest -version: 0.8.1 +version: 0.8.2 license: MIT diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a3c1e82..83d0ea6 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: "0.8.1 🌈" # <> -tag-template: 0.8.1 # <> +name-template: "0.8.2 🌈" # <> +tag-template: 0.8.2 # <> exclude-labels: - "skip-changelog" diff --git a/cookietemple.cfg b/cookietemple.cfg index 5d8d35b..fb32d85 100644 --- a/cookietemple.cfg +++ b/cookietemple.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 [bumpversion_files_whitelisted] init_file = oktoberfest/__init__.py diff --git a/docs/conf.py b/docs/conf.py index 3a047b9..f2b6a3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # the built documents. # # The short X.Y version. -version = "0.8.1" +version = "0.8.2" # The full version, including alpha/beta/rc tags. -release = "0.8.1" +release = "0.8.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/oktoberfest/__init__.py b/oktoberfest/__init__.py index 5866362..9bbb7f8 100644 --- a/oktoberfest/__init__.py +++ b/oktoberfest/__init__.py @@ -5,7 +5,7 @@ __author__ = """The Oktoberfest development team (Wilhelmlab at Technical University of Munich)""" __copyright__ = f"Copyright {datetime.now():%Y}, Wilhelmlab at Technical University of Munich" __license__ = "MIT" -__version__ = "0.8.1" +__version__ = "0.8.2" import logging.handlers import sys diff --git a/pyproject.toml b/pyproject.toml index e99a4ce..1f55b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oktoberfest" -version = "0.8.1" # <> +version = "0.8.2" # <> description = "Public repo oktoberfest" authors = ["Wilhelmlab at Technical University of Munich"] license = "MIT"