Skip to content

Commit

Permalink
version: 1.34.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 25, 2024
1 parent 0bd19d6 commit 5c41381
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Support for the `ident()` method in `Model`
* New types for the `model.py` file
*

### Changed

Expand All @@ -20,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [1.34.5] - 2024-09-25

### Added

* Support for the `ident()` method in `Model`
* New types for the `model.py` file

## [1.34.4] - 2024-08-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def read_file(path):

setuptools.setup(
name="appier",
version="1.34.4",
version="1.34.5",
author="Hive Solutions Lda.",
author_email="[email protected]",
description="Appier Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/appier/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
""" The name to be used to describe the framework while working
on its own environment, this is just a descriptive value """

VERSION = "1.34.4"
VERSION = "1.34.5"
""" The version of the framework that is currently installed
this value may be used for debugging/diagnostic purposes """

Expand Down

0 comments on commit 5c41381

Please sign in to comment.