Skip to content

Commit

Permalink
version: 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 22, 2021
1 parent 3a030c7 commit e47b166
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 @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [0.24.1] - 2021-05-22

### Added

* Support for `OAuthToken` patching upon change of username

## [0.24.0] - 2021-05-21

### 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.0",
version = "0.24.1",
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.0"
VERSION = "0.24.1"
""" The version of the library that is currently installed
this value may be used for debugging/diagnostic purposes """

0 comments on commit e47b166

Please sign in to comment.