File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def read_file(path):
4444
4545setuptools .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" ,
Original file line number Diff line number Diff line change 104104""" The name to be used to describe the framework while working
105105on 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
109109this value may be used for debugging/diagnostic purposes """
110110
You can’t perform that action at this time.
0 commit comments