Skip to content

Commit

Permalink
Release version 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcognat committed Jul 19, 2023
1 parent 83265b9 commit da8e998
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Expand Up @@ -8,14 +8,20 @@

### Changed

- Upgrade celery version from v4 to v5 (https://github.com/pypa/pip/issues/12063)
- Upgrade redis version from v3 to v4
- Change user permissions when attempting to retrieve a user: Through settings, we can decide the minimum user level that allows him to retrieve all users
- nothing changed

### Removed

- nothing removed

## [1.55.0] - 2023-07-19

### Changed

- Upgrade celery version from v4 to v5 (https://github.com/pypa/pip/issues/12063)
- Upgrade redis version from v3 to v4
- Change user permissions when attempting to retrieve a user: Through settings, we can decide the minimum user level that allows him to retrieve all users

## [1.54.0] - 2023-06-19

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


VERSION = (1, 54, 0)
VERSION = (1, 55, 0)


def get_version(version=VERSION):
Expand Down

0 comments on commit da8e998

Please sign in to comment.