Merge branch 'master' into dev
Conflicts: docs/changelog.rst
This commit is contained in:
commit
fb70b47acb
@ -2,6 +2,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
Changes in dev
|
Changes in dev
|
||||||
==============
|
==============
|
||||||
|
|
||||||
@ -10,6 +11,11 @@ Changes in dev
|
|||||||
- Fixed ListField so it doesnt accept strings
|
- Fixed ListField so it doesnt accept strings
|
||||||
- Added DynamicDocument and EmbeddedDynamicDocument classes for expando schemas
|
- Added DynamicDocument and EmbeddedDynamicDocument classes for expando schemas
|
||||||
|
|
||||||
|
Changes in v0.5.1
|
||||||
|
=================
|
||||||
|
|
||||||
|
- Circular reference bugfix
|
||||||
|
|
||||||
Changes in v0.5
|
Changes in v0.5
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ __all__ = (document.__all__ + fields.__all__ + connection.__all__ +
|
|||||||
|
|
||||||
__author__ = 'Harry Marr'
|
__author__ = 'Harry Marr'
|
||||||
|
|
||||||
VERSION = (0, 5, 0)
|
VERSION = (0, 5, 1)
|
||||||
|
|
||||||
|
|
||||||
def get_version():
|
def get_version():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user