Skip to content

Commit

Permalink
version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Apr 3, 2024
1 parent a9691ed commit 2428c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ Recurring ICal events for Python
.. image:: https://github.com/niccokunzmann/python-recurring-ical-events/actions/workflows/tests.yml/badge.svg
:target: https://github.com/niccokunzmann/python-recurring-ical-events/actions/workflows/tests.yml
:alt: GitHub CI build and test status

.. image:: https://badge.fury.io/py/recurring-ical-events.svg
:target: https://pypi.python.org/pypi/recurring-ical-events
:alt: Python Package Version on Pypi

.. image:: https://img.shields.io/pypi/dm/recurring-ical-events.svg
:target: https://pypi.org/project/recurring-ical-events/#files
:alt: Downloads from Pypi

.. image:: https://img.shields.io/opencollective/all/open-web-calendar?label=support%20on%20open%20collective
:target: https://opencollective.com/open-web-calendar/
:alt: Support on Open Collective

.. image:: https://img.shields.io/github/issues/niccokunzmann/python-recurring-ical-events/polar?label=issues%20seek%20funding&color=%23374e96
:target: https://polar.sh/niccokunzmann/python-recurring-ical-events
:alt: issues seek funding
Expand Down Expand Up @@ -292,7 +288,7 @@ To release new versions,
Changelog
---------

- Incoming
- v2.2.1

- Add support for multiple RRULE in events.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
HERE = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, HERE) # for package import

__version__ = "2.2.0"
__version__ = "2.2.1"
__author__ = 'Nicco Kunzmann'


Expand Down

0 comments on commit 2428c3f

Please sign in to comment.