diff --git a/CHANGELOG.md b/CHANGELOG.md index a56357a..a985263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,11 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe Historic and pre-release versions aren't necessarily included. -## UNRELEASED - TBC +## [0.11.0] - 2024-10-23 + +### Added + +- Support for Python 3.13 ### Changed @@ -212,6 +216,7 @@ Historic and pre-release versions aren't necessarily included. - Update dev dependencies: mypy, pylint, test, types-requests, types-beautifulsoup4 +[0.11.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.8.1...v0.9.0 diff --git a/pyproject.toml b/pyproject.toml index f08054b..6241a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "britishcycling-clubs" -version = "0.10.0.post1" +version = "0.11.0" description = "Unofficial library to automate aspects of British/Scottish/Welsh Cycling's club Membership Manager system" authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"] readme = "README.md"