Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit fc3db79

Browse files
author
srossiter
committed
updated changelog and version tuple
1 parent 164e2b2 commit fc3db79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55
Changes in 0.10.4 - DEV
66
=======================
77
- SaveConditionError is now importable from the top level package. #1165
8+
- upsert_one method added. #1157
89

910
Changes in 0.10.3
1011
=================

mongoengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
1515
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
1616

17-
VERSION = (0, 10, 2)
17+
VERSION = (0, 10, 4)
1818

1919

2020
def get_version():

0 commit comments

Comments
 (0)