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
77Development
88===========
99- (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
1014- Added `mongo_client_class ` optional parameter to connect() to allow to use an alternative mongo client than pymongo.MongoClient.
1115 Typically to support mock mongo libraries like mongomock, montydb, mongita #2729
1216- BREAKING CHANGE: connecting MongoEngine with mongomock should now use the new `mongo_client_class `
Original file line number Diff line number Diff line change 2929)
3030
3131
32- VERSION = (0 , 26 , 0 )
32+ VERSION = (0 , 27 , 0 )
3333
3434
3535def get_version ():
You can’t perform that action at this time.
0 commit comments