Skip to content

Commit ac8ba50

Browse files
authored
Merge pull request #2740 from bagerard/prepare_0_27
Prepare 0.27
2 parents 4c55088 + aaf0a53 commit ac8ba50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Changelog
77
Development
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`

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030

3131

32-
VERSION = (0, 26, 0)
32+
VERSION = (0, 27, 0)
3333

3434

3535
def get_version():

0 commit comments

Comments
 (0)