Skip to content

Commit

Permalink
Release version 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcognat committed Jun 19, 2023
1 parent ede4af0 commit b80d030
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.53.0] - 2023-06-19

## [1.52.0] - 2022-12-12

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


VERSION = (1, 52, 0)
VERSION = (1, 53, 0)


def get_version(version=VERSION):
Expand Down

0 comments on commit b80d030

Please sign in to comment.