We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d5f7b commit eec1837Copy full SHA for eec1837
django_ledger/__init__.py
@@ -6,7 +6,7 @@
6
default_app_config = 'django_ledger.apps.DjangoLedgerConfig'
7
8
"""Django Ledger"""
9
-__version__ = '0.7.1'
+__version__ = '0.7.2'
10
__license__ = 'GPLv3 License'
11
12
__author__ = 'Miguel Sanda'
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "django-ledger"
3
-version = "0.7.1"
+version = "0.7.2"
4
readme = "README.md"
5
requires-python = ">=3.10"
description = "Double entry accounting system built on the Django Web Framework."
0 commit comments