diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 348636aa5..99a6b7829 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -5,8 +5,8 @@ Changelog **Upgrade Procedure:** Please follow :ref:`upgrading-kegbot` for general upgrade steps. -Current Version (in development) --------------------------------- +Version 1.0.2 (2014-08-21) +-------------------------- * Bugfix: Issue #309 (cannot reset password on private sites). * Redis logging backend is configurable; see :ref:`settings` (thanks Jared). * Bugfix: Issue #313 (``link/`` matching on usernames). diff --git a/setup.py b/setup.py index 3866bc3e1..d8e4d70a6 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import setup, find_packages -VERSION = '1.0.1' +VERSION = '1.0.2' DOCLINES = __doc__.split('\n') SHORT_DESCRIPTION = DOCLINES[0]