Skip to content

Commit

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

### Changed

*

### Fixed

*

## [1.31.5] - 2024-01-04

### Changed

* Changed codebase to be compliant with Black code formatter

### Fixed
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.31.4",
version="1.31.5",
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 @@ -93,7 +93,7 @@
""" The name to be used to describe the framework while working
on its own environment, this is just a descriptive value """

VERSION = "1.31.4"
VERSION = "1.31.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 6b9ca41

Please sign in to comment.