Skip to content

Commit

Permalink
version: 1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 8, 2023
1 parent 84d736e commit 039a53b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

*

## [1.30.1] - 2023-02-08

### Fixed

* Issue with forward headers for the `uvicorn` server, forced wildcard IP validation
* Remove custom event handler method issue with the priority field, which caused an item not found error in `list.remove`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@ def read_file(path):

setuptools.setup(
name = "appier",
version = "1.30.0",
version = "1.30.1",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Appier Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/appier/base.py
Expand Up @@ -101,7 +101,7 @@
""" The name to be used to describe the framework while working
on its own environment, this is just a descriptive value """

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

Expand Down

0 comments on commit 039a53b

Please sign in to comment.