Skip to content

Commit eec1837

Browse files
committed
Bump version to 0.7.2
Update version in `pyproject.toml` and `__init__.py` to 0.7.2. This prepares the project for the new release by synchronizing version metadata.
1 parent 38d5f7b commit eec1837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_ledger/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
default_app_config = 'django_ledger.apps.DjangoLedgerConfig'
77

88
"""Django Ledger"""
9-
__version__ = '0.7.1'
9+
__version__ = '0.7.2'
1010
__license__ = 'GPLv3 License'
1111

1212
__author__ = 'Miguel Sanda'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-ledger"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
readme = "README.md"
55
requires-python = ">=3.10"
66
description = "Double entry accounting system built on the Django Web Framework."

0 commit comments

Comments
 (0)