prepare release

pull/29/merge 3.0.1b1
Johannes Raggam 2012-02-24 15:52:14 +01:00
rodzic dc69525c1e
commit 184e1247a5
2 zmienionych plików z 9 dodań i 2 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -1,7 +1,7 @@
import os
import setuptools
version = '3.0b1'
version = '3.0.1b1'
setuptools.setup(
name='icalendar',