Skip to content

Commit e3865dd

Browse files
committed
- **Version bump to v0.8.2:**
1 parent a20adb2 commit e3865dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_ledger/__init__.py

Lines changed: 1 addition & 1 deletion
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.8.1'
9+
__version__ = '0.8.2'
1010
__license__ = 'GPLv3 License'
1111

1212
__author__ = 'Miguel Sanda'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-ledger"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
readme = "README.md"
55
requires-python = ">=3.11"
66
description = "Double entry accounting system built on the Django Web Framework."

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)