Skip to content

Commit b4351a6

Browse files
Bump ver for release (#810)
1 parent 65e04a6 commit b4351a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +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.16.1] - 2023-08-09
89
### Added
9-
- Support for the thumbs up and thumbs down emojis to
10+
- Support for parsing the thumbs up and thumbs down emojis as bools to
1011
[tanjun.to_bool][tanjun.conversion.to_bool].
1112

1213
## [2.16.0] - 2023-07-26
@@ -969,7 +970,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
969970
- Support for python 3.8 in-order to switch over to using collection.abc generic classes due to this being more
970971
forward compatible.
971972

972-
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.16.0...HEAD
973+
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.16.1...HEAD
974+
[2.16.1]: https://github.com/FasterSpeeding/Tanjun/compare/v2.16.0...v2.16.1
973975
[2.16.0]: https://github.com/FasterSpeeding/Tanjun/compare/v2.15.0...v2.16.0
974976
[2.15.0]: https://github.com/FasterSpeeding/Tanjun/compare/v2.14.0...v2.15.0
975977
[2.14.0]: https://github.com/FasterSpeeding/Tanjun/compare/v2.13.0...v2.14.0

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.16.0"
7+
version = "2.16.1"
88
readme = "README.md"
99
requires-python = ">=3.9.0,<3.12"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)