Merge branch 'master' into dev

Conflicts:
	docs/changelog.rst
This commit is contained in:
Ross Lawley 2011-10-08 07:33:52 -07:00
commit fb70b47acb
2 changed files with 7 additions and 1 deletions

View File

@ -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
=============== ===============

View File

@ -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():