Skip to content

Commit e375484

Browse files
Bump ver for release (#950)
1 parent 6dd18f3 commit e375484

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [2.17.6] - 2024-10-07
9+
- Support Python 3.13.
10+
811
## [2.17.5] - 2024-05-11
912
### Fixed
1013
- 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
10231026
- Support for python 3.8 in-order to switch over to using collection.abc generic classes due to this being more
10241027
forward compatible.
10251028

1026-
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.5...HEAD
1029+
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.6...HEAD
1030+
[2.17.6]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.5...v2.17.6
10271031
[2.17.5]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.4...v2.17.5
10281032
[2.17.4]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.3...v2.17.4
10291033
[2.17.3]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.2...v2.17.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "hikari-tanjun"
7-
version = "2.17.5"
7+
version = "2.17.6"
88
readme = "README.md"
99
requires-python = ">=3.9.0,<3.14"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)