Skip to content

Commit

Permalink
What a mess it is to do releases ...
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Jul 19, 2023
1 parent ffed1a1 commit f65901b
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.1] - 2023-07-19
## [1.3.2] - 2023-07-19

Summary: Some few workarounds to support yet more differenct calendar servers and cloud providers, some few minor enhancements needed by various contributors, and some minor bugfixes.

Expand All @@ -35,6 +35,10 @@ Summary: Some few workarounds to support yet more differenct calendar servers an
### Changes
* Refactored relation handling in `set_due`

## [1.3.1] - 2023-07-19 [YANKED]

I forgot bumping the version number from 1.3.0 to 1.3.1 prior to tagging

## [1.3.0] - 2023-07-19 [YANKED]

I accidentally tagged the wrong stuff in the git repo
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.0"
__version__ = "1.3.2"

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

0 comments on commit f65901b

Please sign in to comment.