Skip to content

Commit

Permalink
Merge pull request #645 from niccokunzmann/badge
Browse files Browse the repository at this point in the history
Move Python versions into badge
  • Loading branch information
stevepiercy committed Jun 22, 2024
2 parents 9424f17 + f761311 commit 797beb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Minor changes:
- Test that all code works with both ``pytz`` and ``zoneinfo``.

- Added missing public classes and functions to API documentation.
- Add version badge

Breaking changes:

Expand Down
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ files.
:Code: https://github.com/collective/icalendar
:Mailing list: https://github.com/collective/icalendar/issues
:Dependencies: `python-dateutil`_ and `pytz`_.
:Compatible with: Python 2.7 and 3.4+
:License: `BSD`_

----
Expand All @@ -20,6 +19,10 @@ files.
:target: https://pypi.org/project/icalendar/
:alt: Python Package Version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/icalendar
:target: https://pypi.org/project/icalendar/
:alt: PyPI - Python Version

.. image:: https://img.shields.io/pypi/dm/icalendar.svg
:target: https://pypi.org/project/icalendar/#files
:alt: Downloads from PyPI
Expand Down

0 comments on commit 797beb4

Please sign in to comment.