diff --git a/changelog.md b/changelog.md index 5c8141f..d93a58a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +## v2.12.0 (2024-03-01) + +### Feat + +- **panel/gui/backup.yaml**: add a gui theme for backup server + +### Refactor + +- **panel/gui/major_release.yaml**: improve gui theme for major release + ## v2.11.2 (2024-03-01) ### Fix diff --git a/dlunch/__init__.py b/dlunch/__init__.py index 4b4fe80..4453c6b 100755 --- a/dlunch/__init__.py +++ b/dlunch/__init__.py @@ -1,5 +1,5 @@ # App metadata -__version__ = "2.11.2" +__version__ = "2.12.0" import importlib.resources import pathlib diff --git a/pyproject.toml b/pyproject.toml index 16aec6d..97c66f4 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dlunch" -version = "2.11.2" +version = "2.12.0" authors = [ { name="Michele Alberti", email="michele.alberti90@gmail.com" }, ] @@ -52,7 +52,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "2.11.2" +version = "2.12.0" version_files = [ "dlunch/__init__.py", "pyproject.toml:version",