Skip to content

Commit

Permalink
v0.14.1 version bump + updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcikstefan committed Oct 1, 2017
1 parent 091a02f commit 01526a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/changelog.rst
Expand Up @@ -4,7 +4,15 @@ Changelog

Development
===========
- Improve performances by removing SemiStrictDict
- (Fill this out as you fix issues and develop your features).

Changes in 0.14.1
=================
- Removed SemiStrictDict and started using a regular dict for `BaseDocument._data` #1630
- Added support for the `$position` param in the `$push` operator #1566
- Fixed `DateTimeField` interpreting an empty string as today #1533
- Added a missing `__ne__` method to the `GridFSProxy` class #1632
- Fixed `BaseQuerySet._fields_to_db_fields` #1553

Changes in 0.14.0
=================
Expand Down
2 changes: 1 addition & 1 deletion mongoengine/__init__.py
Expand Up @@ -23,7 +23,7 @@
list(signals.__all__) + list(errors.__all__))


VERSION = (0, 14, 0)
VERSION = (0, 14, 1)


def get_version():
Expand Down

0 comments on commit 01526a7

Please sign in to comment.