diff --git a/CHANGELOG.md b/CHANGELOG.md index 4471717f..7e6711ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable to this project starting from v1.2 will be documented in this file. +All notable changes to this project starting from v1.2 will be documented in this file. Changelogs prior to v1.2 has been removed, but are available in the v1.2-release. The project started with a GNU ChangeLog, but it was @@ -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). -## [unreleased] +## [1.3.7] - 2023-07-21 Some bugfixes. diff --git a/caldav/__init__.py b/caldav/__init__.py index b7ea935c..e869f825 100644 --- a/caldav/__init__.py +++ b/caldav/__init__.py @@ -3,7 +3,7 @@ import vobject.icalendar -__version__ = "1.3.6" +__version__ = "1.3.7" from .davclient import DAVClient from .objects import *