Skip to content

Commit

Permalink
version: 0.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 2, 2022
1 parent bfe6c67 commit e5172c3
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

* Lazy loading of image data
*

### Changed

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

*

## [0.24.7] - 2022-05-02

### Added

* Lazy loading of image data

## [0.24.6] - 2022-05-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "appier_extras",
version = "0.24.6",
version = "0.24.7",
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
Original file line number Diff line number Diff line change
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.6"
VERSION = "0.24.7"
""" The version of the library that is currently installed
this value may be used for debugging/diagnostic purposes """

0 comments on commit e5172c3

Please sign in to comment.