From fdad5e619f683f2af3b01af4011c878a57be4dc3 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 25 Jun 2024 12:14:59 +0100 Subject: [PATCH 1/2] fix version of icalendar during install to major version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4f842e3f..00ba808e 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ calendaring information with Python. To **install** the package, run:: - pip install icalendar + pip install 'icalendar==6.*' Inspect Files From 967869aa8071631a31d234f014eaf6e7998399a2 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 25 Jun 2024 12:19:54 +0100 Subject: [PATCH 2/2] log changes --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 06b594e5..9ed55917 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,7 @@ Minor changes: - Test that all code works with both ``pytz`` and ``zoneinfo``. - Rename ``master`` branch to ``main``, see `Issue `_ - +- Fix version in documentation to ``6.*`` - Added missing public classes and functions to API documentation. - Add version badge