Skip to content

Commit 26e81cc

Browse files
committed
prepare release
1 parent 0a032bf commit 26e81cc

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
@@ -7,6 +7,9 @@ Changelog
77
Development
88
===========
99
- (Fill this out as you fix issues and develop your features).
10+
11+
Changes in 0.24.0
12+
=================
1013
- EnumField improvements: now ``choices`` limits the values of an enum to allow
1114
- Fix bug that prevented instance queryset from using custom queryset_class #2589
1215
- Fix deepcopy of EmbeddedDocument #2202
@@ -47,7 +50,7 @@ Development
4750
locally.
4851

4952
Changes in 0.23.1
50-
===========
53+
=================
5154
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
5255
- Improve connection doc #2481
5356

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, 23, 1)
32+
VERSION = (0, 24, 0)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)