diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e61fe7c..f0c9167ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.17.6] - 2024-10-07 +- Support Python 3.13. + ## [2.17.5] - 2024-05-11 ### Fixed - Now compatible with Alluka `v0.3.0`. @@ -1023,7 +1026,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for python 3.8 in-order to switch over to using collection.abc generic classes due to this being more forward compatible. -[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.5...HEAD +[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.6...HEAD +[2.17.6]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.5...v2.17.6 [2.17.5]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.4...v2.17.5 [2.17.4]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.3...v2.17.4 [2.17.3]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.2...v2.17.3 diff --git a/pyproject.toml b/pyproject.toml index 4dcbdbb4f..e28e92ffd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "hikari-tanjun" -version = "2.17.5" +version = "2.17.6" readme = "README.md" requires-python = ">=3.9.0,<3.14" license = {file = "LICENSE"}