icalendar ready to be released

pull/6/head
Rok Garbas 2011-08-18 12:30:59 +02:00
rodzic 48aa8bfc87
commit 82b7c93110
2 zmienionych plików z 25 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,30 @@ Changelog
2.2 - unreleased
================
* ...
* migration to https://github.com/collective/icalendar using svn2git preserving
tags, branches and authors.
[garbas]
* using tox for testing on python 2.4, 2.5, 2.6, 2.6.
[garbas]
* fixed tests so they pass also under python 2.7.
[garbas]
* running tests on https://jenkins.plone.org/job/icalendar (only 2.6 for now)
with some other metrics (pylint, clonedigger, coverage).
[garbas]
* review and merge changes from https://github.com/cozi/icalendar fork.
[garbas]
* created sphinx documentation and started documenting development and goals.
[garbas]
* hook out github repository to http://readthedocs.org service so sphinx
documentation is generated on each commit (for master). Documentation can be
visible on: http://readthedocs.org/docs/icalendar/en/latest/
[garbas]
2.1 (2009-12-14)

Wyświetl plik

@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages
version = '3.0dev'
version = '2.2'
setup(
name='icalendar',