Skip to content

Commit

Permalink
Merge pull request #145 from niccokunzmann/version-fix
Browse files Browse the repository at this point in the history
correct version fixing
  • Loading branch information
niccokunzmann committed Jun 25, 2024
2 parents 46b04ef + 65fe18b commit e8db111
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Installation

.. code:: shell
pip install recurring-ical-events
pip install 'recurring-ical-events==2.*'
Support
-------
Expand Down
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
icalendar>=5.0.9
icalendar<6.0.0
pytz>=2023.3
python-dateutil>=2.8.1
x-wr-timezone < 1.0.0
x-wr-timezone >= 0.0.5
icalendar == 5.*
pytz >= 2023.3
python-dateutil >= 2.8.1
x-wr-timezone == 0.*

0 comments on commit e8db111

Please sign in to comment.