From dc69525c1e19cc437ca0bea7227eec50574eeeb0 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 24 Feb 2012 15:30:33 +0100 Subject: [PATCH] beta is more appropriate than alpha. 3.0 is in a workable state, though tests are failing. --- docs/changelog.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 90b2f3c..a074f8e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -3.0a1 (2012-02-24) +3.0b1 (2012-02-24) ------------------ * Add API for proper Timezone support. Allow creating ical DATE-TIME strings diff --git a/setup.py b/setup.py index 8486375..f47e921 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os import setuptools -version = '3.0a1' +version = '3.0b1' setuptools.setup( name='icalendar',