We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d0583 commit bdad52dCopy full SHA for bdad52d
CHANGELOG.md
@@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
12
13
### Fixed
14
15
+## 2.3.1 (2025-07-03)
16
+
17
+### Changed
18
19
+* (cleanup) Removed leftover code supporting Python < 3.8, as well as other
20
+ references to older Python versions.
21
22
+### Fixed
23
24
+* (typechecking) Fixed typechecking errors that appeared under mypy release 1.16
25
26
## 2.3.0 (2025-05-26)
27
28
### Added
absl/__init__.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = '2.3.0'
+__version__ = '2.3.1'
0 commit comments