Skip to content

Commit 25d74df

Browse files
committed
v3.3.4
1 parent c1b78c3 commit 25d74df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@ To release new versions,
565565
Changelog
566566
---------
567567

568+
- v3.3.4
569+
570+
- Allow x-wr-timezone 1.* and 2.* for this lib to remove dependency update problems.
571+
568572
- v3.3.3
569573

570574
- Fix: Events with DTSTART of type date have a duration of one day, see `Issue 179 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/179>`_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
HERE = os.path.abspath(os.path.dirname(__file__))
1313
sys.path.insert(0, HERE) # for package import
1414

15-
__version__ = "3.3.3"
15+
__version__ = "3.3.4"
1616
__author__ = "Nicco Kunzmann"
1717

1818

0 commit comments

Comments
 (0)