mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:56:49 +00:00
Bumping Version to 2.10.2
This commit is contained in:
parent
3700191e23
commit
a83081bcda
@ -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
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user