diff --git a/CHANGES.rst b/CHANGES.rst index 46b9e8e9..49ee192e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,20 +2,23 @@ Changelog ========= -5.0.0a2 (unreleased) --------------------- +5.0.0 (unreleased) +------------------ Minor changes: - removed deprecated test checks [tuergeist] - Fix: cli does not support DURATION #354 [mamico] - Add changelog and contributing to readthedocs documentation #428 [peleccom] +- fixed small typos #323 [rohnsha0] +- unittest to parametrized pytest refactoring [jacadzaca] Breaking changes: - Require Python 3.7 as minimum Python version. [maurits] [niccokunzmann] - icalenar now takes a ics file directly as an input - icalendar's output is different +- Drop Support for Python 3.6. Versions 3.7 - 3.11 are supported and tested. New features: @@ -35,6 +38,8 @@ Bug fixes: Ref: #338 Fixes: #335 [tobixen] +- add ``__eq__`` to ``icalendar.prop.vDDDTypes`` #391 [jacadzaca] +- Refactor deprecated unittest aliases for Python 3.11 compatibility #330 [tirkarthi] 5.0.0a1 (2022-07-11) -------------------- diff --git a/setup.py b/setup.py index 93b37786..b69195c1 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ],