Skip to content

Commit

Permalink
It seems like we need to release a v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Dec 12, 2023
1 parent 873524d commit e48f173
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
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.8] - 2023-07-21
## [1.3.9] - 2023-12-12

Some bugfixes.

Expand All @@ -34,7 +34,11 @@ 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]
## [1.3.8] - 2023-12-10 [YANKED]

Why do I never manage to do releases right ..

## [1.3.7] - 2023-12-10 [YANKED]

I managed to tag the wrong commit

Expand Down
2 changes: 1 addition & 1 deletion caldav/__init__.py
Expand Up @@ -3,7 +3,7 @@

import vobject.icalendar

__version__ = "1.3.8"
__version__ = "1.3.9"

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

0 comments on commit e48f173

Please sign in to comment.