Skip to content

Commit d0a15a8

Browse files
committed
prepare changelog
1 parent 2215e27 commit d0a15a8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
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.23.1
12+
===========
1013
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
1114
- Improve connection doc #2481
1215

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

3434

3535
def get_version():

0 commit comments

Comments
 (0)