Skip to content

Commit

Permalink
release 3.4.0 (previous release 3.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent 706d855 commit 7431561
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v3.4.0 (2024-11-13)

### Feat

- **generate_getting_started.py**: remove text before doc-start anchor, add front matter and title in README.md

### Refactor

- **__version__**: move dlunch __version__ from __init__.py to core.py

## v3.3.0 (2024-07-17)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion dlunch/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .auth import pn_user

# APP METADATA ----------------------------------------------------------------
__version__: str = "3.3.0"
__version__: str = "3.4.0"
"""Data-Lunch version."""

# LOGGER ----------------------------------------------------------------------
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 = "3.3.0"
version = "3.4.0"
authors = [
{ name="Michele Alberti", email="michele.alberti90@gmail.com" },
]
Expand Down Expand Up @@ -56,7 +56,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "3.3.0"
version = "3.4.0"
version_files = [
"dlunch/core.py",
"pyproject.toml:version",
Expand Down

0 comments on commit 7431561

Please sign in to comment.