Skip to content

Commit

Permalink
Bump ver for release (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Oct 7, 2024
1 parent 6dd18f3 commit e375484
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit e375484

Please sign in to comment.