Skip to content

Commit

Permalink
release 3.0.0 (previous release 2.14.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent f17904e commit 5729d47
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v3.0.0 (2024-03-17)

### BREAKING CHANGE

- move notes from user to order

### Feat

- move notes from user to menu items and adapt excel file to this change

### Fix

- use config file to define note column name in every widget and excel table
- **gui-config**: fix major_release and women_day config files

## v2.14.0 (2024-03-11)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion dlunch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# App metadata
__version__ = "2.14.0"
__version__ = "3.0.0"

import importlib.resources
import pathlib
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dlunch"
version = "2.14.0"
version = "3.0.0"
authors = [
{ name="Michele Alberti", email="michele.alberti90@gmail.com" },
]
Expand Down Expand Up @@ -52,7 +52,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.14.0"
version = "3.0.0"
version_files = [
"dlunch/__init__.py",
"pyproject.toml:version",
Expand Down

0 comments on commit 5729d47

Please sign in to comment.