Skip to content

Commit 86ad8d1

Browse files
authored
Merge pull request #2487 from bagerard/prepare_0_23_0
update changelog for 0.23.0 release
2 parents 7147043 + 34d2730 commit 86ad8d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11

2+
23
=========
34
Changelog
45
=========
56

67
Development
78
===========
89
- (Fill this out as you fix issues and develop your features).
10+
11+
Changes in 0.23.0
12+
===========
913
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
1014
- Add MongoDB 4.2 and 4.4 to CI
15+
- Add support for allowDiskUse on querysets #2468
1116

1217
Changes in 0.22.1
1318
=================

mongoengine/__init__.py

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

3030

31-
VERSION = (0, 22, 1)
31+
VERSION = (0, 23, 0)
3232

3333

3434
def get_version():

0 commit comments

Comments
 (0)