updated changelog and version tuple
This commit is contained in:
parent
164e2b2678
commit
fc3db7942d
@ -5,6 +5,7 @@ Changelog
|
||||
Changes in 0.10.4 - DEV
|
||||
=======================
|
||||
- SaveConditionError is now importable from the top level package. #1165
|
||||
- upsert_one method added. #1157
|
||||
|
||||
Changes in 0.10.3
|
||||
=================
|
||||
|
@ -14,7 +14,7 @@ import errors
|
||||
__all__ = (list(document.__all__) + fields.__all__ + connection.__all__ +
|
||||
list(queryset.__all__) + signals.__all__ + list(errors.__all__))
|
||||
|
||||
VERSION = (0, 10, 2)
|
||||
VERSION = (0, 10, 4)
|
||||
|
||||
|
||||
def get_version():
|
||||
|
Loading…
x
Reference in New Issue
Block a user