beta is more appropriate than alpha. 3.0 is in a workable state, though tests are failing.

pull/29/merge
Johannes Raggam 2012-02-24 15:30:33 +01:00
rodzic 14bfb6c970
commit dc69525c1e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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