Skip to content

Commit 4767912

Browse files
committed
v2.0.0 release
1 parent 3984779 commit 4767912

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## v2.0.0 (Unreleased)
3+
## v2.0.0 (2025-04-21)
44

55
- Changed the default for [`standard_collection_syntax`](./README.md#standard-collection-syntax-standard_collection_syntax) from `"as_given"` to `"standard_class"`. This change is intended to encourage the use of the standard collection syntax, since all currently supported Python versions support it and the typing module aliases are [deprecated](https://docs.python.org/3/library/typing.html#deprecated-aliases).
66
- Removed support for Python 3.8.
77
- Added support for Python 3.13.
8-
- Removed deprecated `LITERAL_TYPE_SUPPORTED` flag. (Deprecated in v1.1.0.)
8+
- Removed deprecated `LITERAL_TYPE_SUPPORTED` flag. (Deprecated in [v1.1.0](#v110-2024-03-08).)
99

1010
_Note: the typenames repository has moved to the [drivendataorg](https://github.com/drivendataorg/typenames) GitHub organization. The documentation website has also moved to a [new address](https://typenames.drivendata.org)._
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "typenames"
3-
version = "1.4.0"
3+
version = "2.0.0"
44
description = "String representations of type annotations."
55
readme = "README.md"
66
authors = [{ name = "Jay Qi", email = "[email protected]" }]

0 commit comments

Comments
 (0)