diff --git a/CHANGES.rst b/CHANGES.rst index fd3766c..5f488ca 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -0.1a3dev - unreleased ---------------------- +0.1a3 - 2013-05-08 +------------------ - Rename ``LanguageSection`` to ``LanguageRoot`` to better fit Kotti's ``INavigationRoot``. This implies a change in the DB schema for which no diff --git a/setup.py b/setup.py index e2a1f09..e338415 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup project = 'kotti_multilingual' -version = '0.1a3dev' +version = '0.1a3' here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.rst')).read()