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.
1 parent a96f142 commit b123723Copy full SHA for b123723
docs/changelog.rst
@@ -8,6 +8,10 @@ Development
8
===========
9
- (Fill this out as you fix issues and develop your features).
10
11
+Changes in 0.28.1
12
+=================
13
+- Fix bug related with recent updates to no_dereference context manager #2799
14
+
15
Changes in 0.28.0
16
=================
17
- Fix for uuidRepresentation not read when provided in URI #2741
mongoengine/__init__.py
@@ -29,7 +29,7 @@
29
)
30
31
32
-VERSION = (0, 28, 0)
+VERSION = (0, 28, 1)
33
34
35
def get_version():
0 commit comments