We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065fbf8 commit 7acd11eCopy full SHA for 7acd11e
absl/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
+## 0.11.0 (2020-10-27)
12
13
### Changed
14
15
* (testing) Surplus entries in AssertionError stack traces from absltest are
setup.py
@@ -64,7 +64,7 @@
64
65
setuptools.setup(
66
name='absl-py',
67
- version='0.10.0',
+ version='0.11.0',
68
description=(
69
'Abseil Python Common Libraries, '
70
'see https://github.com/abseil/abseil-py.'),
0 commit comments