Skip to content

Commit

Permalink
tests broke for 1.0.0 ... due to one truncated line in the changelog.…
Browse files Browse the repository at this point in the history
… Releasing 1.0.1 already - only change is in the changelog!
  • Loading branch information
tobixen committed Jan 16, 2023
1 parent 5014797 commit e020063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.0"
__version__ = "1.0.1"

from .davclient import DAVClient
from .objects import *
Expand Down
4 changes: 2 additions & 2 deletions changelog-1.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 1.0 at a glance

Version 1.0 is no big gamechanger compared to version 0.x. The biggest change is the commitment that there shouldn't be any breaking changes in any subsequent 1.x-releases.
Version 1.0.1 is no big gamechanger compared to version 0.x. The biggest change is the commitment that there shouldn't be any breaking changes in any subsequent 1.x-releases.

I had some thoughts in https://github.com/python-caldav/caldav/issues/92 to introduce new API in version 1.0, but have reconsidered. For one thing SEMVER states:

Expand Down Expand Up @@ -73,4 +73,4 @@ I used to have a list of github issues that were touched by a release, and I als

* @yeshwantthota made their first contribution in https://github.com/python-caldav/caldav/pull/236

**Full Changelog**: https://github.com/python-caldav/caldav/compare/v0.11.0...v1.0.0
**Full Changelog**: https://github.com/python-caldav/caldav/compare/v0.11.0...v1.0.1

0 comments on commit e020063

Please sign in to comment.