Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Breaking changes:
New features:

- Added documentation of Vale usage for icalender documentation style guide. See `Issue 815 <https://github.com/collective/icalendar/issues/815>`_.
- Added funding link to :file:`pyproject.toml`. See `Issue 800 <https://github.com/collective/icalendar/issues/800>`_.
- Added documentation of docstring format. See `Issue 747 <https://github.com/collective/icalendar/issues/747>`_.

Bug fixes:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ source_archive = "https://github.com/collective/icalendar/archive/{commit_hash}.
Issues = "https://github.com/collective/icalendar/issues"
Documentation = "https://icalendar.readthedocs.io/"
Changelog = "https://icalendar.readthedocs.io/en/latest/changelog.html"
Funding = "https://opencollective.com/python-icalendar"

[tool.hatch.version]
# This configuration allows us to use the version from the tags and dynamically generate
Expand Down
Loading