Skip to content

Commit

Permalink
Merge pull request #2740 from bagerard/prepare_0_27
Browse files Browse the repository at this point in the history
Prepare 0.27
  • Loading branch information
bagerard authored Mar 3, 2023
2 parents 4c55088 + aaf0a53 commit ac8ba50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop your features).

Changes in 0.27.0
=================
- Update uuidRepresentation warnings with "unspecified" as the future default (instead of 'standard' previously advertised) #2739
- Added `mongo_client_class` optional parameter to connect() to allow to use an alternative mongo client than pymongo.MongoClient.
Typically to support mock mongo libraries like mongomock, montydb, mongita #2729
- BREAKING CHANGE: connecting MongoEngine with mongomock should now use the new `mongo_client_class`
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)


VERSION = (0, 26, 0)
VERSION = (0, 27, 0)


def get_version():
Expand Down

0 comments on commit ac8ba50

Please sign in to comment.