Skip to content

Commit

Permalink
Release version 1.57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcognat committed Aug 3, 2023
1 parent 296a3b5 commit d6ea561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,8 @@

- nothing removed

## [1.57.1] - 2023-08-03

## [1.57.0] - 2023-08-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion concrete_datastore/__init__.py
@@ -1,7 +1,7 @@
# coding: utf-8


VERSION = (1, 57, 0)
VERSION = (1, 57, 1)


def get_version(version=VERSION):
Expand Down

0 comments on commit d6ea561

Please sign in to comment.