Skip to content

Commit

Permalink
Merge pull request #684 from niccokunzmann/release
Browse files Browse the repository at this point in the history
version 6.0.0a0
  • Loading branch information
niccokunzmann committed Jul 3, 2024
2 parents a1e30fb + 635bc75 commit 2f5a0a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

6.0.0 (unreleased)
------------------
6.0.0a0 (2024-06-03)
--------------------

Minor changes:

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/icalendar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.0.13'
__version__ = '6.0.0a0'

from icalendar.cal import (
Calendar,
Expand Down

0 comments on commit 2f5a0a5

Please sign in to comment.