File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Changelog
7
7
Development
8
8
===========
9
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
10
14
- Added `mongo_client_class ` optional parameter to connect() to allow to use an alternative mongo client than pymongo.MongoClient.
11
15
Typically to support mock mongo libraries like mongomock, montydb, mongita #2729
12
16
- BREAKING CHANGE: connecting MongoEngine with mongomock should now use the new `mongo_client_class `
Original file line number Diff line number Diff line change 29
29
)
30
30
31
31
32
- VERSION = (0 , 26 , 0 )
32
+ VERSION = (0 , 27 , 0 )
33
33
34
34
35
35
def get_version ():
You can’t perform that action at this time.
0 commit comments