Bumped version, changelog

This commit is contained in:
Joffrey F 2015-04-28 10:44:46 -07:00
parent f6b816c264
commit e5ce67e72f
2 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "1.2.1-dev"
version = "1.2.1"
version_info = tuple([int(d) for d in version.replace("-dev", "").split(".")])

View File

@ -1,6 +1,14 @@
Change Log
==========
1.2.1
-----
### Bugfixes
* Fixed a bug where the check_resource decorator would break with some
argument-passing methods. (#573)
1.2.0
-----