From 937908717bb64fe96c735b56e4d51502533f31b5 Mon Sep 17 00:00:00 2001 From: imacat Date: Tue, 24 Oct 2023 04:54:38 +0530 Subject: [PATCH] Advanced to version 1.5.8. --- docs/source/changelog.rst | 12 ++++++++++++ src/accounting/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b5ccfc2..fe3fcba 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,6 +2,18 @@ Change Log ========== +Version 1.5.8 +------------- + +Released 2023/10/24 + +Bug fix. + +* Fixed an icon in the detail of the cash receipt journal entry. + +Released at Jaipur, India on vacation. + + Version 1.5.7 ------------- diff --git a/src/accounting/__init__.py b/src/accounting/__init__.py index dc75c33..e1dada9 100644 --- a/src/accounting/__init__.py +++ b/src/accounting/__init__.py @@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy from accounting.utils.user import UserUtilityInterface -VERSION: str = "1.5.7" +VERSION: str = "1.5.8" """The package version.""" db: SQLAlchemy = SQLAlchemy() """The database instance."""