Skip to content

Commit bdad52d

Browse files
Abseil Teamcopybara-github
authored andcommitted
Release Abseil-py 2.3.1
PiperOrigin-RevId: 778811295
1 parent a2d0583 commit bdad52d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
1212

1313
### Fixed
1414

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+
1526
## 2.3.0 (2025-05-26)
1627

1728
### Added

absl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '2.3.0'
15+
__version__ = '2.3.1'

0 commit comments

Comments
 (0)