diff --git a/changelog.md b/changelog.md index 81c3457..8aa6e06 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,10 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$" --> ## Released +## [0.10.0] - 2024-10-02 +### Fixed +- add support for `Python 3.11` + ## [0.10.0] - 2023-07-08 ### Added - `--validate` argument can be used to validate an existing version file against the latest changelog entry @@ -166,8 +170,9 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$" - Data folder after fork -[Unreleased]: https://github.com/brainelectronics/changelog2version/compare/0.10.0...main +[Unreleased]: https://github.com/brainelectronics/changelog2version/compare/0.11.0...main +[0.11.0]: https://github.com/brainelectronics/changelog2version/tree/0.11.0 [0.10.0]: https://github.com/brainelectronics/changelog2version/tree/0.10.0 [0.9.0]: https://github.com/brainelectronics/changelog2version/tree/0.9.0 [0.8.0]: https://github.com/brainelectronics/changelog2version/tree/0.8.0 diff --git a/setup.py b/setup.py index c7c1142..fdc1f40 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,11 @@ https://github.com/pypa/sampleproject """ -# Always prefer setuptools over distutils -from setuptools import setup, find_packages import pathlib +# Always prefer setuptools over distutils +from setuptools import find_packages, setup + here = pathlib.Path(__file__).parent.resolve() # Get the long description from the README file @@ -99,6 +100,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3 :: Only", ], # This field adds keywords for your project which will appear on the