Skip to content

Commit

Permalink
Release version 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcognat committed Mar 15, 2021
1 parent bcfaf7f commit ae1f8c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@

### Changed

- Allow NULL values for FileField and PointField serializer
- nothing changed

### Removed

- nothing removed

## [1.28.0] - 2021-03-15

### Changed

- Allow NULL values for FileField and PointField serializer

## [1.27.0] - 2021-02-24

### 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, 27, 0)
VERSION = (1, 28, 0)


def get_version(version=VERSION):
Expand Down

0 comments on commit ae1f8c7

Please sign in to comment.