Skip to content

Commit 7acd11e

Browse files
yileicopybara-github
authored andcommitted
Preparing the release of absl-py 0.11.0.
PiperOrigin-RevId: 339298457 Change-Id: I5d99150a42492bd60077225e5c4eabc7ead70818
1 parent 065fbf8 commit 7acd11e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

absl/CHANGELOG.md

+4
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+
## 0.11.0 (2020-10-27)
12+
913
### Changed
1014

1115
* (testing) Surplus entries in AssertionError stack traces from absltest are

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
setuptools.setup(
6666
name='absl-py',
67-
version='0.10.0',
67+
version='0.11.0',
6868
description=(
6969
'Abseil Python Common Libraries, '
7070
'see https://github.com/abseil/abseil-py.'),

0 commit comments

Comments
 (0)