From c50459cffbbdf6f6693fffa6f8968ba121170cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Urba=C5=84ski?= Date: Wed, 29 Jan 2014 17:59:44 +0100 Subject: [PATCH] Back to development release 1.2.0.1 --- txpostgres/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpostgres/__init__.py b/txpostgres/__init__.py index 52a035a..3a1786b 100644 --- a/txpostgres/__init__.py +++ b/txpostgres/__init__.py @@ -1,2 +1,2 @@ -__version__ = (1, 2, 0) +__version__ = (1, 2, 0, 1) __versionstr__ = '.'.join([str(n) for n in __version__])