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 1edf2ab commit 37dad4dCopy full SHA for 37dad4d
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
6
7
## Unreleased
8
9
+Nothing notable unreleased.
10
+
11
+## 2.0.0 (2023-09-19)
12
13
### Changed
14
15
* `absl-py` no longer supports Python 3.6. It has reached end-of-life for more
setup.py
@@ -45,7 +45,7 @@
45
46
setuptools.setup(
47
name='absl-py',
48
- version='2.0.0.dev0',
+ version='2.0.0',
49
description=(
50
'Abseil Python Common Libraries, '
51
'see https://github.com/abseil/abseil-py.'
0 commit comments