Bumping Version to 2.10.2

This commit is contained in:
BJ Dierkes 2016-07-14 15:50:35 -05:00
parent 3700191e23
commit a83081bcda
2 changed files with 7 additions and 1 deletions

View File

@ -19,6 +19,12 @@ any incompatible changes, and how to update your application to fix them.
Also check out the :ref:`whats_new` section for details on new features.
2.10.2 - Thu July 14, 2016
------------------------------------------------------------------------------
Bumping version due to issue with uploading to PyPi.
2.10.0 - Thu July 14, 2016
------------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
"""Cement core backend module."""
VERSION = (2, 10, 0, 'final', 0) # pragma: nocover
VERSION = (2, 10, 2, 'final', 0) # pragma: nocover
# global hooks/handlers (DEPRECATED)
__handlers__ = {} # pragma: nocover