summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2019-07-29 12:21:36 -0500
committerJason Madden <jamadden@gmail.com>2019-07-29 12:21:36 -0500
commita692f5aa68129984f053c4eb3f6af56f4f496152 (patch)
treef58e6c8c9322a1ca001a5ec73134fd067701b54b
parent6b843ec24315e9092447c667dcdeeb7ba1878aa4 (diff)
downloadtrollius-git-a692f5aa68129984f053c4eb3f6af56f4f496152.tar.gz
Tweaking versions.
-rw-r--r--doc/changelog.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index f61ccda..8574be1 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -5,8 +5,8 @@
.. warning::
:ref:`The Trollius project is now deprecated! <deprecated>`
-Version 2.2.post1 (2019-07-29)
-==============================
+Version 2.2.post1 (Unknown)
+===========================
This is a packaging-only release. It is intended to be the last
release.
diff --git a/setup.py b/setup.py
index 268f0fa..4243636 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ if sys.version_info < (3,):
setup(
name="trollius",
- version="2.2.post1",
+ version="2.2.post1.dev0",
license="Apache License 2.0",
author='Victor Stinner',
author_email='victor.stinner@gmail.com',