diff --git a/CHANGES.rst b/CHANGES.rst index 8d8c764..319e236 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -2.3.0 (unreleased) +2.3.0 (2014-02-22) ------------------ - Execute the proper workflow change when using the moderation buttons instead diff --git a/setup.py b/setup.py index af74549..73597bc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '2.3.0dev' +version = '2.3.0' install_requires = [ 'setuptools',