Skip to content

Commit

Permalink
prepare release 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bagerard committed Mar 21, 2022
1 parent dd17d73 commit 356f507
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ Development
===========
- (Fill this out as you fix issues and develop your features).

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
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
)


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


def get_version():

0 comments on commit 356f507

Please sign in to comment.