Skip to content

Commit 987d404

Browse files
committed
v3.4.0
1 parent 154dfc9 commit 987d404

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,13 @@ To release new versions,
617617
Changelog
618618
---------
619619

620+
- v3.4.0
621+
622+
- Add ``VALARM`` support: Calculate alarm times. See `Issue 186 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/186>`_
623+
620624
- v3.3.4
621625

622-
- Allow x-wr-timezone 1.* and 2.* for this lib to remove dependency update problems.
626+
- Allow ``x-wr-timezone`` 1.* and 2.* for this lib to remove dependency update problems.
623627

624628
- v3.3.3
625629

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.4"
15+
__version__ = "3.4.0"
1616
__author__ = "Nicco Kunzmann"
1717

1818

0 commit comments

Comments
 (0)