From cac01e8d813aebe82bf950cd89b2646ca2b1ffca Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Sun, 14 Oct 2012 11:53:28 +0000 Subject: [PATCH] prepare --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 697d65a..a2a052d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Changelog ========= -2.12.2 - unreleased +2.12.2 - 2012-10-14 ------------------- - Explicitly state distribution dependencies instead of re-using the diff --git a/setup.py b/setup.py index 635dc36..047c959 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ file("CHANGES.txt").read() setup(name='tempstorage', - version = '2.12.2dev', + version = '2.12.2', url='http://pypi.python.org/pypi/tempstorage', license='ZPL 2.1', description='A RAM-based storage for ZODB',