Skip to content

Commit

Permalink
preparing for releasing v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Dec 10, 2023
1 parent c0a73f8 commit f7e0021
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion caldav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import vobject.icalendar

__version__ = "1.3.7"
__version__ = "1.3.8"

from .davclient import DAVClient
from .objects import *
Expand Down

0 comments on commit f7e0021

Please sign in to comment.