Skip to content

Commit 37dad4d

Browse files
yileicopybara-github
authored andcommitted
Preparing the release of absl-py 2.0.0.
PiperOrigin-RevId: 566462829
1 parent 1edf2ab commit 37dad4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
Nothing notable unreleased.
10+
11+
## 2.0.0 (2023-09-19)
12+
913
### Changed
1014

1115
* `absl-py` no longer supports Python 3.6. It has reached end-of-life for more

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
setuptools.setup(
4747
name='absl-py',
48-
version='2.0.0.dev0',
48+
version='2.0.0',
4949
description=(
5050
'Abseil Python Common Libraries, '
5151
'see https://github.com/abseil/abseil-py.'

0 commit comments

Comments
 (0)