Skip to content

Commit 01526a7

Browse files
committed
v0.14.1 version bump + updated changelog
1 parent 091a02f commit 01526a7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ Changelog
44

55
Development
66
===========
7-
- Improve performances by removing SemiStrictDict
7+
- (Fill this out as you fix issues and develop your features).
8+
9+
Changes in 0.14.1
10+
=================
11+
- Removed SemiStrictDict and started using a regular dict for `BaseDocument._data` #1630
12+
- Added support for the `$position` param in the `$push` operator #1566
13+
- Fixed `DateTimeField` interpreting an empty string as today #1533
14+
- Added a missing `__ne__` method to the `GridFSProxy` class #1632
15+
- Fixed `BaseQuerySet._fields_to_db_fields` #1553
816

917
Changes in 0.14.0
1018
=================

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
list(signals.__all__) + list(errors.__all__))
2424

2525

26-
VERSION = (0, 14, 0)
26+
VERSION = (0, 14, 1)
2727

2828

2929
def get_version():

0 commit comments

Comments
 (0)