Skip to content

Commit d1c665b

Browse files
committed
prepare_0_24_2
1 parent 80db724 commit d1c665b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ Development
88
===========
99
- (Fill this out as you fix issues and develop your features).
1010

11+
Changes in 0.24.2
12+
=================
13+
- Bug fix regarding uuidRepresentation that was case sensitive #2650
14+
1115
Changes in 0.24.1
1216
=================
1317
- Allow pymongo<5.0 to be pulled
1418
- Don't use deprecated property for emptiness check in queryset base #2633
1519

16-
1720
Changes in 0.24.0
1821
=================
1922
- EnumField improvements: now ``choices`` limits the values of an enum to allow

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030

3131

32-
VERSION = (0, 24, 1)
32+
VERSION = (0, 24, 2)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)