From 5a7a0c77765bdd9e897680f13e3b9d6274f0be0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Apr 2024 13:36:33 +0000 Subject: [PATCH] release 3.1.0 (previous release 3.0.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 3375051..22f6dbf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## v3.1.0 (2024-04-14) + +### Feat + +- add button to change lunch time or takeaway option + ## v3.0.0 (2024-03-17) ### BREAKING CHANGE diff --git a/dlunch/__init__.py b/dlunch/__init__.py index 32d7747..dff518f 100755 --- a/dlunch/__init__.py +++ b/dlunch/__init__.py @@ -1,5 +1,5 @@ # App metadata -__version__ = "3.0.0" +__version__ = "3.1.0" import importlib.resources import pathlib diff --git a/pyproject.toml b/pyproject.toml index aa9eb2c..2a10c03 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dlunch" -version = "3.0.0" +version = "3.1.0" authors = [ { name="Michele Alberti", email="michele.alberti90@gmail.com" }, ] @@ -52,7 +52,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "3.0.0" +version = "3.1.0" version_files = [ "dlunch/__init__.py", "pyproject.toml:version",