Skip to content

Commit

Permalink
v0.1.20
Browse files Browse the repository at this point in the history
Merge pull request #52 from tdaff/no-write-httplib
Disable httplib2 cache when no write permission

Merge pull request #49 from tdaff/rrule-until
Convert RRULE UNTIL with no tzinfo to UTC
  • Loading branch information
irgangla authored Apr 24, 2019
1 parent ff44d17 commit bb34c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from setuptools import setup

version = '0.1.19'
version = '0.1.20'

setup(
name = 'icalevents',
Expand Down

0 comments on commit bb34c77

Please sign in to comment.