We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c55088 + aaf0a53 commit ac8ba50Copy full SHA for ac8ba50
2 files changed
docs/changelog.rst
@@ -7,6 +7,10 @@ Changelog
7
Development
8
===========
9
- (Fill this out as you fix issues and develop your features).
10
+
11
+Changes in 0.27.0
12
+=================
13
+- Update uuidRepresentation warnings with "unspecified" as the future default (instead of 'standard' previously advertised) #2739
14
- Added `mongo_client_class` optional parameter to connect() to allow to use an alternative mongo client than pymongo.MongoClient.
15
Typically to support mock mongo libraries like mongomock, montydb, mongita #2729
16
- BREAKING CHANGE: connecting MongoEngine with mongomock should now use the new `mongo_client_class`
mongoengine/__init__.py
@@ -29,7 +29,7 @@
29
)
30
31
32
-VERSION = (0, 26, 0)
+VERSION = (0, 27, 0)
33
34
35
def get_version():
0 commit comments