Skip to content

Commit

Permalink
0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Jenkins committed Jan 17, 2015
1 parent 7c0f47e commit a73e9aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Release Notes

All #xxx numbers are the github issues. All releases 0.14 and before were added retroactively, so appologies for anything that isn't quite right.

0.19 -- ONGOING
0.19 -- 2015-01-17 12:14
-----------------------------
* [BUG] BadResultException has been moved into exceptions.py
* [BUG] Created and modified fields support all ComputedField kwargs
* [BUG] Indexes can now be created using the field instead of a string
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from distutils.core import setup

VERSION = '0.18'
VERSION = '0.19'
DESCRIPTION = 'Document-Object Mapper/Toolkit for Mongo Databases'

setup(
Expand Down

0 comments on commit a73e9aa

Please sign in to comment.