Release 0.3.3 #9
3 changed files with 14 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,6 +1,19 @@
|
||||||
# iCalendar Timeseries Server Changelog
|
# iCalendar Timeseries Server Changelog
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BEGIN RELEASE v0.3.3 -->
|
||||||
|
## Version 0.3.3
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
<!-- BEGIN CHANGES 0.3.3 -->
|
||||||
|
- Fix type confusion bug in recurring events
|
||||||
|
- Remove pytz dependency in favor of dateutil.tz
|
||||||
|
<!-- END CHANGES 0.3.3 -->
|
||||||
|
|
||||||
|
<!-- END RELEASE v0.3.3 -->
|
||||||
|
|
||||||
|
|
||||||
<!-- BEGIN RELEASE v0.3.2 -->
|
<!-- BEGIN RELEASE v0.3.2 -->
|
||||||
## Version 0.3.2
|
## Version 0.3.2
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,6 @@ The server would transform this into the following API response:
|
||||||
- `icalendar`: Parse iCalendar
|
- `icalendar`: Parse iCalendar
|
||||||
- `isodate`: Parse ISO-8601 time periods
|
- `isodate`: Parse ISO-8601 time periods
|
||||||
- `jinja2`: Template value replacements
|
- `jinja2`: Template value replacements
|
||||||
- `pytz`: Work with timezones
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
__version__ = '0.3.2'
|
__version__ = '0.3.3'
|
||||||
|
|
Loading…
Reference in a new issue