From 635bc75278b690889522a1d43cead5e21be6b297 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 3 Jul 2024 14:59:40 +0100 Subject: [PATCH] version 6.0.0a0 --- CHANGES.rst | 4 ++-- docs/install.rst | 2 +- setup.py | 4 ++-- src/icalendar/__init__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0adec4c3..f9af3794 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -6.0.0 (unreleased) ------------------- +6.0.0a0 (2024-06-03) +-------------------- Minor changes: diff --git a/docs/install.rst b/docs/install.rst index 517d0a57..6ca0f4e1 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -116,7 +116,7 @@ Try it out: Type "help", "copyright", "credits" or "license" for more information. >>> import icalendar >>> icalendar.__version__ - '5.0.13' + '6.0.0a0' Build the documentation ----------------------- diff --git a/setup.py b/setup.py index 11e15ad0..420690e3 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,8 @@ version=version, description=shortdesc, long_description=longdesc, - classifiers=[ - 'Development Status :: 5 - Production/Stable', + classifiers=[ # https://pypi.python.org/pypi?%3Aaction=list_classifiers + 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', diff --git a/src/icalendar/__init__.py b/src/icalendar/__init__.py index 61d6e6c9..8ebfd881 100644 --- a/src/icalendar/__init__.py +++ b/src/icalendar/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0.13' +__version__ = '6.0.0a0' from icalendar.cal import ( Calendar,