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 1e13a8c commit 8abdd60Copy full SHA for 8abdd60
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.1.0 (2024-01-16)
12
13
### Added
14
15
* (flags) Added `absl.flags.override_value` function to provide `FlagHolder`
setup.py
@@ -45,7 +45,7 @@
45
46
setuptools.setup(
47
name='absl-py',
48
- version='2.0.0',
+ version='2.1.0',
49
description=(
50
'Abseil Python Common Libraries, '
51
'see https://github.com/abseil/abseil-py.'
0 commit comments