Skip to content

Commit

Permalink
Bump ver for release (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Nov 24, 2024
1 parent 80bc78a commit 142ada0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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]
## [0.4.3] - 2024-11-24
### Fixed
- [tanchan.doc_parse][] now consistently supports both the `typing` and
`typing_extensions` implementations of [typing.Unpack][] and [typing.TypedDict].
Expand Down Expand Up @@ -91,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
descriptions (including for options) from the command callback's docstring +
using the callback's name as the command's name.

[Unreleased]: https://github.com/FasterSpeeding/tanchan/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/FasterSpeeding/tanchan/compare/v0.4.3...HEAD
[0.4.3]: https://github.com/FasterSpeeding/tanchan/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/FasterSpeeding/tanchan/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/FasterSpeeding/tanchan/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/FasterSpeeding/tanchan/compare/v0.3.1...v0.4.0
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 = "tanchan"
version = "0.4.2"
version = "0.4.3"
readme = "README.md"
requires-python = ">=3.11.0,<3.14"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 142ada0

Please sign in to comment.