prepare release

pull/146/head 3.8.1
Johannes Raggam 2014-07-17 16:35:01 +02:00
rodzic a9b83c960a
commit 77d66180aa
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2,8 +2,8 @@
Changelog
=========
3.9 (unreleased)
----------------
3.8.1 (2014-07-17)
------------------
- The representation of CaselessDicts in 3.8 changed the name attribute of
Components and therefore broke the external API. This has been fixed.

Wyświetl plik

@ -3,7 +3,7 @@ import setuptools
import sys
version = '3.9.dev0'
version = '3.8.1'
shortdesc = 'iCalendar parser/generator'
longdesc = codecs.open('README.rst', encoding='utf-8').read()
longdesc += codecs.open('CHANGES.rst', encoding='utf-8').read()