Skip to content

Commit

Permalink
version: 0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 26, 2021
1 parent db4a426 commit c1443a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* More debug information to logstash and loggly parts
*

### Changed

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

*

## [0.24.5] - 2021-12-26

### Added

* More debug information to logstash and loggly parts

## [0.24.4] - 2021-07-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "appier_extras",
version = "0.24.4",
version = "0.24.5",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Appier Framework Extra Elements",
Expand Down
2 changes: 1 addition & 1 deletion src/appier_extras/base.py
Expand Up @@ -41,6 +41,6 @@
""" The name to be used to describe the library while working
on its own environment, this is just a descriptive value """

VERSION = "0.24.4"
VERSION = "0.24.5"
""" The version of the library that is currently installed
this value may be used for debugging/diagnostic purposes """

0 comments on commit c1443a1

Please sign in to comment.