summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <stephan.richter@gmail.com>2017-05-17 17:11:36 -0400
committerStephan Richter <stephan.richter@gmail.com>2017-05-17 17:11:36 -0400
commit178a0e4a4f8238cf58456ca692f6ecb92ddf4663 (patch)
treeec6665d9c703fa6969bfed9ddca846105a69044c
parent35053c80de5383badc2a69d2646fd45b217ee439 (diff)
downloadzope-i18n-178a0e4a4f8238cf58456ca692f6ecb92ddf4663.tar.gz
Give it another shot.
-rw-r--r--CHANGES.rst7
-rw-r--r--setup.py2
2 files changed, 4 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f211e85..7f53385 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,11 +2,10 @@
CHANGES
=======
-4.2.0.sbx3 (unreleased)
------------------------
-
-- Nothing changed yet.
+4.2.0-3 (unreleased)
+--------------------
+- No, versions cannot have letters anymore. Seriously?
4.2.0.sbx2 (2017-05-17)
-----------------------
diff --git a/setup.py b/setup.py
index 355c8d2..c07b284 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ def alltests():
setup(
name='zope.i18n',
- version='4.2.0.sbx3.dev0',
+ version='4.2.0-3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',