From d0e381cf59159cb005a63ca9c6f72ec7965a6ed7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jul 2024 21:23:15 +0000 Subject: [PATCH] release 3.3.0 (previous release 3.2.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 69a135a..50e51b6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## v3.3.0 (2024-07-17) + +### Feat + +- update setuptools and openpyxl + ## v3.2.0 (2024-07-14) ### Feat diff --git a/dlunch/__init__.py b/dlunch/__init__.py index b4ea9b9..1bc37b6 100755 --- a/dlunch/__init__.py +++ b/dlunch/__init__.py @@ -1,5 +1,5 @@ # App metadata -__version__ = "3.2.0" +__version__ = "3.3.0" import importlib.resources import pathlib diff --git a/pyproject.toml b/pyproject.toml index 20ee4af..80573a6 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dlunch" -version = "3.2.0" +version = "3.3.0" authors = [ { name="Michele Alberti", email="michele.alberti90@gmail.com" }, ] @@ -52,7 +52,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "3.2.0" +version = "3.3.0" version_files = [ "dlunch/__init__.py", "pyproject.toml:version",