Preparing for 1.2.
diff --git a/setup.py b/setup.py
index 17345e5..0f76991 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
 ZONEINFO = join("dateutil", "zoneinfo")
 
 setup(name="python-dateutil",
-      version = "1.1",
+      version = "1.2",
       description = "Extensions to the standard python 2.3+ datetime module",
       author = "Gustavo Niemeyer",
       author_email = "gustavo@niemeyer.net",