From f2c68ea49883a439897d74b5238c965de7d8977c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Feb 2024 19:01:22 +0000 Subject: [PATCH] release 2.11.1 (previous release 2.11.0) --- changelog.md | 6 ++++++ dlunch/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index afbcca8..4c13125 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## v2.11.1 (2024-02-28) + +### Fix + +- **db/postgresql.yaml**: fix error in stats query + ## v2.11.0 (2024-02-24) ### Feat diff --git a/dlunch/__init__.py b/dlunch/__init__.py index 8ae925a..69ccf94 100755 --- a/dlunch/__init__.py +++ b/dlunch/__init__.py @@ -1,5 +1,5 @@ # App metadata -__version__ = "2.11.0" +__version__ = "2.11.1" import importlib.resources import pathlib diff --git a/pyproject.toml b/pyproject.toml index f60c0e3..35da721 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dlunch" -version = "2.11.0" +version = "2.11.1" authors = [ { name="Michele Alberti", email="michele.alberti90@gmail.com" }, ] @@ -52,7 +52,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "2.11.0" +version = "2.11.1" version_files = [ "dlunch/__init__.py", "pyproject.toml:version",