Skip to content

Commit ffe64cc

Browse files
committed
version bump to v0.7.1
1 parent 95df635 commit ffe64cc

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55

66
## [upcoming] -
77

8-
- Add support for Python 3.14
8+
## [0.7.1] - 2025-12-22
9+
10+
- Add support for Python 3.14 (no functional change)
911

1012
## [0.7.0] - 2025-12-22
1113

@@ -44,7 +46,8 @@ All notable changes to this project will be documented in this file.
4446

4547
### Added support to accept default values
4648

47-
[upcoming]: https://github.com/markusgrotz/click-prompt/compare/v0.7.0...HEAD
49+
[upcoming]: https://github.com/markusgrotz/click-prompt/compare/v0.7.1...HEAD
50+
[0.7.1] https://github.com/markusgrotz/click-prompt/compare/v0.7.0...v0.7.1
4851
[0.7.0] https://github.com/markusgrotz/click-prompt/compare/v0.6.5...v0.7.0
4952
[0.6.5]: https://github.com/markusgrotz/click-prompt/compare/v0.6.4...v0.6.5
5053
[0.6.4]: https://github.com/markusgrotz/click-prompt/compare/v0.6.3...v0.6.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "click-prompt"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "click-prompt provides more beautiful interactive options for the Python click library"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)