kopia lustrzana https://github.com/collective/icalendar
changelog entries for last two commits. prepare release
rodzic
be92f23ba8
commit
3f891d9a41
|
@ -2,6 +2,19 @@ Changelog
|
|||
=========
|
||||
|
||||
|
||||
3.1 (unreleased)
|
||||
----------------
|
||||
|
||||
* Add 'recursive' argument to property_items() to switch recursive listing.
|
||||
For example when parsing a text/calendar text including multiple components
|
||||
(e.g. a VCALENDAR with 5 VEVENTs), the previous situation required us to look
|
||||
over all properties in VEVENTs even if we just want the properties under the
|
||||
VCALENDAR component (VERSION, PRODID, CALSCALE, METHOD).
|
||||
[dmikurube]
|
||||
|
||||
* All unit tests fixed.
|
||||
[mikaelfrykholm]
|
||||
|
||||
3.0.1b2 (2012-03-01)
|
||||
--------------------
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
import setuptools
|
||||
|
||||
version = '3.0.1b2'
|
||||
version = '3.1'
|
||||
|
||||
setuptools.setup(
|
||||
name='icalendar',
|
||||
|
|
Ładowanie…
Reference in New Issue