Version increment.

This commit is contained in:
Ryan Petrello 2016-09-26 20:08:15 -04:00
parent 4cfe319738
commit b3699aeae1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1.2.1
=====
* Reverts a stable API change/regression (in the 1.2 release)
(https://github.com/pecan/pecan/issues/72). This change will re-released in
a future major version upgrade.
1.2
===
* Added a better error message when an invalid template renderer is specified

View File

@ -3,7 +3,7 @@ import platform
from setuptools import setup, find_packages
version = '1.2'
version = '1.2.1'
#
# determine requirements