Skip to content

Commit e8dbd12

Browse files
authored
Merge pull request #2091 from bagerard/release_0_18_1
Bump version number and update changelog for 0.18.1
2 parents 2abcf47 + ca230d2 commit e8dbd12

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ Changelog
55

66
Development
77
===========
8-
- Add Python 3.7 in travis #2058
98
- (Fill this out as you fix issues and develop your features).
109

10+
Changes in 0.18.1
11+
=================
12+
- Fix a bug introduced in 0.18.0 which was causing `.save()` to update all the fields
13+
instead of updating only the modified fields. This bug only occurs when using custom pk #2082
14+
- Add Python 3.7 in travis #2058
15+
1116
Changes in 0.18.0
1217
=================
1318
- Drop support for EOL'd MongoDB v2.6, v3.0, and v3.2.

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, 18, 0)
26+
VERSION = (0, 18, 1)
2727

2828

2929
def get_version():

0 commit comments

Comments
 (0)