Skip to content

Commit a5ad73c

Browse files
committed
version: 1.45.4
1 parent fe5a667 commit a5ad73c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Fixed
1919

20+
*
21+
22+
## [1.45.4] - 2026-04-29
23+
24+
### Fixed
25+
2026
* Small issue in `VERSION` value in `base.py` that was not being updated in the release process
2127

2228
## [1.45.3] - 2026-04-24

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def read_file(path):
4444

4545
setuptools.setup(
4646
name="appier",
47-
version="1.45.3",
47+
version="1.45.4",
4848
author="Hive Solutions Lda.",
4949
author_email="development@hive.pt",
5050
description="Appier Framework",

src/appier/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
""" The name to be used to describe the framework while working
105105
on its own environment, this is just a descriptive value """
106106

107-
VERSION = "1.45.3"
107+
VERSION = "1.45.4"
108108
""" The version of the framework that is currently installed
109109
this value may be used for debugging/diagnostic purposes """
110110

0 commit comments

Comments
 (0)