Prepare 0.3.3 release

This commit is contained in:
s3lph 2020-06-19 00:38:50 +02:00
parent 58145fe178
commit 7963dc7bb8
3 changed files with 14 additions and 2 deletions

View file

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

View file

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

View file

@ -1,2 +1,2 @@
__version__ = '0.3.2' __version__ = '0.3.3'