Skip to content

Commit

Permalink
Remove Python 2 support in README
Browse files Browse the repository at this point in the history
see #64
  • Loading branch information
niccokunzmann committed Dec 23, 2021
1 parent c991a35 commit 6f324fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Not included:

* EXRULE (deprecated), see `8.3.2. Properties Registry
<https://tools.ietf.org/html/rfc5545#section-8.3.2>`_

* Python 2 support. Use Version 0.2.0b if you need Python 2 support.
Later versions may accidentially break Python 2 programs.

Installation
------------
Expand Down Expand Up @@ -191,6 +192,8 @@ how to go about it.
Changelog
---------

- v1.0.0b
- Remove Python 2 support, see `Issue 64 <https://github.com/niccokunzmann/python-recurring-ical-events/issues/64>`_.
- v0.2.0b
- Add ability to keep the recurrence attributes (RRULE, RDATE, EXDATE) on the event copies instead of stripping them. See `Pull Request 54 <https://github.com/niccokunzmann/python-recurring-ical-events/pull/54>`_.
- v0.1.21b
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__ = "0.2.0b"
__version__ = "1.0.0b"
__author__ = 'Nicco Kunzmann'


Expand Down

0 comments on commit 6f324fa

Please sign in to comment.