diff --git a/CHANGES.rst b/CHANGES.rst index 4b40d36..f39e53a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -5.0.12 (unreleased) +5.0.12 (2024-03-19) ------------------- Minor changes: @@ -15,6 +15,8 @@ Minor changes: - Rename "contributor" to "collaborator" in documentation - Correct the outdated "icalendar view myfile.ics" command in documentation. #588 - Update GitHub Actions steps versions +- Keep GitHub Actions up to date with GitHub's Dependabot + Breaking changes: diff --git a/docs/install.rst b/docs/install.rst index ede5e87..e17be5a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -112,7 +112,7 @@ Try it out: Type "help", "copyright", "credits" or "license" for more information. >>> import icalendar >>> icalendar.__version__ - '5.0.11' + '5.0.12' Building the documentation locally ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/news/591.minor-changes b/news/591.minor-changes deleted file mode 100644 index 3b07a12..0000000 --- a/news/591.minor-changes +++ /dev/null @@ -1 +0,0 @@ -Keep GitHub Actions up to date with GitHub's Dependabot diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index f359479..622d114 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.11' +__version__ = '5.0.12' from icalendar.cal import ( Calendar,