Skip to content

Commit 69ef9d8

Browse files
authored
Merge pull request #1570 from google/google_sync
Prepare a PyPI release.
2 parents 07ed7af + caeec42 commit 69ef9d8

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 2024.01.24:
2+
3+
Updates:
4+
* Stop doing suboptimal line number adjustment for 3.10/3.11 consistency.
5+
6+
Bug fixes:
7+
* Fix a couple of --none-is-not-bool issues.
8+
* --bind-decorated-methods: Don't treat SimpleFunction as a full-fledged method.
9+
* Fix bad matching of typing.Self against other TypeVars.
10+
* Don't do attr-demangling on non-attr classes.
11+
* Fix interaction between signature compatibility checks and typing.Self.
12+
* Fix [invalid-function-definition] error caused by ignoring
13+
dataclasses.KW_ONLY.
14+
* Report an error when a TypedDict key has an ambiguous type.
15+
* Fix bug caused by bad ParameterizedClass hashing.
16+
* Make sure we consistently use the same `dict` class for types.
17+
* Don't raise MissingParameter on keyword-only params when **kwargs is present.
18+
119
Version 2024.01.05:
220

321
Updates:

pytype/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# pylint: skip-file
2-
__version__ = '2024.01.05'
2+
__version__ = '2024.01.24'

0 commit comments

Comments
 (0)