From 9e4394a9f4164027bb3114eb370a5088dea6de7c Mon Sep 17 00:00:00 2001 From: FasterSpeeding Date: Mon, 7 Oct 2024 20:45:14 +0100 Subject: [PATCH] Release prep (#443) --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626b4d43..3abcf1a4 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] +## [0.3.2] - 2024-10-07 +- Support Python 3.13. + ## [0.3.1] - 2024-06-24 ### Changed * [alluka.abc.Client.auto_inject_async][] now returns a real asynchronous function @@ -136,7 +139,8 @@ part of Tanjun. - The public `CallackDescriptor` and `TypeDescriptor` classes as callbacks are now processed within the client and any necessary caching is kept internal. -[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/FasterSpeeding/Alluka/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/FasterSpeeding/Alluka/compare/v0.1.5...v0.2.0 diff --git a/pyproject.toml b/pyproject.toml index 5214b51c..a87da569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "alluka" -version = "0.3.1" +version = "0.3.2" readme = "README.md" requires-python = ">=3.9.0,<3.14" license = {file = "LICENSE"}