Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Jan 7, 2025
1 parent 308d1e0 commit 6be12d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.1.0

- Support looser comparisons between Tuple and Union types. `tuple[...]` and
`typing.Tuple[...]` should now compare equal, as should Unions in which the
order of the union members varies.
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 = "setuptools.build_meta"

[project]
name = "click-type-test"
version = "1.0.0"
version = "1.1.0"
description = "Test that type annotations match click parameter types"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 6be12d1

Please sign in to comment.