Bump version

This commit is contained in:
Bradley Ayers 2012-09-21 13:41:24 +10:00
parent 95f706bf13
commit 6c35b4f7dc
2 changed files with 6 additions and 1 deletions

View File

@ -63,6 +63,11 @@ globally, use::
Change log
==========
v0.12.1
-------
- When resolving an accessor, *all* exceptions are smothered into ``None``.
v0.12.0
-------

View File

@ -12,4 +12,4 @@ except ImportError:
pass
__version__ = "0.12.0"
__version__ = "0.12.1"