We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7147043 + 34d2730 commit 86ad8d1Copy full SHA for 86ad8d1
docs/changelog.rst
@@ -1,13 +1,18 @@
1
2
+
3
=========
4
Changelog
5
6
7
Development
8
===========
9
- (Fill this out as you fix issues and develop your features).
10
11
+Changes in 0.23.0
12
+===========
13
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
14
- Add MongoDB 4.2 and 4.4 to CI
15
+- Add support for allowDiskUse on querysets #2468
16
17
Changes in 0.22.1
18
=================
mongoengine/__init__.py
@@ -28,7 +28,7 @@
28
)
29
30
31
-VERSION = (0, 22, 1)
+VERSION = (0, 23, 0)
32
33
34
def get_version():
0 commit comments