diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6711ac..fd6eeb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project should more or less adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.3.7] - 2023-07-21 +## [1.3.8] - 2023-07-21 Some bugfixes. @@ -34,6 +34,10 @@ Some bugfixes. * Lots more test code on the sorting, and fixed some corner cases * Creating a task with a status didn't work +## [1.3.7] - 2023-07-21 [YANKED] + +I managed to tag the wrong commit + ## [1.3.6] - 2023-07-20 Very minor test fix diff --git a/caldav/__init__.py b/caldav/__init__.py index e869f825..5396737b 100644 --- a/caldav/__init__.py +++ b/caldav/__init__.py @@ -3,7 +3,7 @@ import vobject.icalendar -__version__ = "1.3.7" +__version__ = "1.3.8" from .davclient import DAVClient from .objects import *