From 0a08ab010142f691354296fc62798232085c7e0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Jul 2024 23:05:02 +0000 Subject: [PATCH] release 3.2.0 (previous release 3.1.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 22f6dbf..69a135a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## v3.2.0 (2024-07-14) + +### Feat + +- update conda env dependencies + ## v3.1.0 (2024-04-14) ### Feat diff --git a/dlunch/__init__.py b/dlunch/__init__.py index dff518f..b4ea9b9 100755 --- a/dlunch/__init__.py +++ b/dlunch/__init__.py @@ -1,5 +1,5 @@ # App metadata -__version__ = "3.1.0" +__version__ = "3.2.0" import importlib.resources import pathlib diff --git a/pyproject.toml b/pyproject.toml index 2a10c03..20ee4af 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dlunch" -version = "3.1.0" +version = "3.2.0" authors = [ { name="Michele Alberti", email="michele.alberti90@gmail.com" }, ] @@ -52,7 +52,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "3.1.0" +version = "3.2.0" version_files = [ "dlunch/__init__.py", "pyproject.toml:version",