Skip to content

Commit c296f46

Browse files
Bump ver for release (#814)
Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com>
1 parent 0e9558b commit c296f46

File tree

4 files changed

+123
-121
lines changed

4 files changed

+123
-121
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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.0] - 2023-08-28
89
### Added
910
- The basic localiser now supports using wild card `"*"` flags for the command
1011
type and command name when overriding the localised values for check and
@@ -980,7 +981,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
980981
- Support for python 3.8 in-order to switch over to using collection.abc generic classes due to this being more
981982
forward compatible.
982983

983-
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.16.1...HEAD
984+
[Unreleased]: https://github.com/FasterSpeeding/Tanjun/compare/v2.17.0...HEAD
985+
[2.17.0]: https://github.com/FasterSpeeding/Tanjun/compare/v2.16.1...v2.17.0
984986
[2.16.1]: https://github.com/FasterSpeeding/Tanjun/compare/v2.16.0...v2.16.1
985987
[2.16.0]: https://github.com/FasterSpeeding/Tanjun/compare/v2.15.0...v2.16.0
986988
[2.15.0]: https://github.com/FasterSpeeding/Tanjun/compare/v2.14.0...v2.15.0

dev-requirements/tests.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ multidict==6.0.4 ; python_full_version >= "3.9.0" and python_version < "3.12" \
400400
packaging==23.1 ; python_full_version >= "3.9.0" and python_version < "3.12" \
401401
--hash=sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61 \
402402
--hash=sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f
403-
pluggy==1.2.0 ; python_full_version >= "3.9.0" and python_version < "3.12" \
404-
--hash=sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849 \
405-
--hash=sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
403+
pluggy==1.3.0 ; python_full_version >= "3.9.0" and python_version < "3.12" \
404+
--hash=sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 \
405+
--hash=sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7
406406
pytest-asyncio==0.21.1 ; python_full_version >= "3.9.0" and python_version < "3.12" \
407407
--hash=sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d \
408408
--hash=sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b

0 commit comments

Comments
 (0)