Skip to content

Commit

Permalink
Merge pull request #2676 from bagerard/prepare_0_24_2
Browse files Browse the repository at this point in the history
prepare_0_24_2
  • Loading branch information
bagerard authored Jul 17, 2022
2 parents 80db724 + d1c665b commit 50a722f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ Development
===========
- (Fill this out as you fix issues and develop your features).

Changes in 0.24.2
=================
- Bug fix regarding uuidRepresentation that was case sensitive #2650

Changes in 0.24.1
=================
- Allow pymongo<5.0 to be pulled
- Don't use deprecated property for emptiness check in queryset base #2633


Changes in 0.24.0
=================
- EnumField improvements: now ``choices`` limits the values of an enum to allow
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)


VERSION = (0, 24, 1)
VERSION = (0, 24, 2)


def get_version():
Expand Down

0 comments on commit 50a722f

Please sign in to comment.