Skip to content

Commit

Permalink
Bump version to 0.7.2
Browse files Browse the repository at this point in the history
Update version in `pyproject.toml` and `__init__.py` to 0.7.2. This prepares the project for the new release by synchronizing version metadata.
  • Loading branch information
elarroba committed Dec 29, 2024
1 parent 38d5f7b commit eec1837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_ledger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default_app_config = 'django_ledger.apps.DjangoLedgerConfig'

"""Django Ledger"""
__version__ = '0.7.1'
__version__ = '0.7.2'
__license__ = 'GPLv3 License'

__author__ = 'Miguel Sanda'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-ledger"
version = "0.7.1"
version = "0.7.2"
readme = "README.md"
requires-python = ">=3.10"
description = "Double entry accounting system built on the Django Web Framework."
Expand Down

0 comments on commit eec1837

Please sign in to comment.