- Fixed support for negative byyearday in rrule.
- New tests for negative byyearday.
- Fixed some email references.
- Updating version to 1.2.
diff --git a/setup.py b/setup.py
index df1a252..cfd1f44 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",