Skip to content

Commit

Permalink
releasing 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobixen committed Jul 19, 2023
1 parent ef5c600 commit ad763f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ 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.4] - 2023-07-19

### Fixed

Very minor test fix, ref https://github.com/python-caldav/caldav/issues/300 , https://github.com/python-caldav/caldav/issues/320 and https://github.com/python-caldav/caldav/pull/321

## [1.3.3] - 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 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.3"
__version__ = "1.3.4"

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

0 comments on commit ad763f2

Please sign in to comment.