From 184e1247a5628e8ebd590f7d5c1a1cbab295aeca Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 24 Feb 2012 15:52:14 +0100 Subject: [PATCH] prepare release --- docs/changelog.rst | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a074f8e..95e0c3c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,16 @@ Changelog ========= -3.0b1 (2012-02-24) + +3.0.1b1 (2012-02-24) ------------------ +* Update Release information. + [thet] + +3.0 +--- + * Add API for proper Timezone support. Allow creating ical DATE-TIME strings with timezone information from Python datetimes with pytz based timezone information and vice versa. diff --git a/setup.py b/setup.py index f47e921..656f84c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os import setuptools -version = '3.0b1' +version = '3.0.1b1' setuptools.setup( name='icalendar',