Skip to content

Commit

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

### Added

* Support for loading of `.env` files in for config
*

### Changed

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

*

## [1.33.3] - 2024-05-01

### Added

* Support for loading of `.env` files in for config

## [1.33.2] - 2024-04-21

### Changed
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.33.2",
version="1.33.3",
author="Hive Solutions Lda.",
author_email="development@hive.pt",
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.33.2"
VERSION = "1.33.3"
""" The version of the framework that is currently installed
this value may be used for debugging/diagnostic purposes """

Expand Down

0 comments on commit 23dca55

Please sign in to comment.