Skip to content

Commit

Permalink
Release version 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcognat committed Sep 3, 2021
1 parent d3f9ba9 commit 252e8ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

### Added

- Add a try accept when retrieving the file path on deleting instance
- added support for user email value within register email
- Case insensitive contains filter
- nothing added

### Changed

Expand All @@ -16,6 +14,14 @@

- nothing removed

## [1.34.0] - 2021-09-03

### Added

- Add a try accept when retrieving the file path on deleting instance
- added support for user email value within register email
- Case insensitive contains filter

## [1.33.0] - 2021-08-20

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


VERSION = (1, 33, 0)
VERSION = (1, 34, 0)


def get_version(version=VERSION):
Expand Down

0 comments on commit 252e8ff

Please sign in to comment.