Skip to content

Commit

Permalink
version: 1.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 29, 2023
1 parent 49ebb7a commit 016ca3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

*

## [1.31.2] - 2023-06-29

### Fixed

* Issue related to wrong regex option in MongoDB

## [1.31.1] - 2023-05-31
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def read_file(path):

setuptools.setup(
name = "appier",
version = "1.31.1",
version = "1.31.2",
author = "Hive Solutions Lda.",
author_email = "[email protected]",
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 @@ -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.31.1"
VERSION = "1.31.2"
""" The version of the framework that is currently installed
this value may be used for debugging/diagnostic purposes """

Expand Down

0 comments on commit 016ca3a

Please sign in to comment.