Skip to content

Commit

Permalink
Release absl-py 0.9.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 286008946
Change-Id: I1bd0c601cbe42ee2361b568ddb0764c5fa0d1e4e
  • Loading branch information
yilei authored and copybara-github committed Dec 17, 2019
1 parent 9269379 commit af7dc5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions absl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## Unreleased

Nothing notable unreleased.

## 0.9.0 (2019-12-17)

### Added

* (testing) `TestCase.enter_context`: Allows using context managers in setUp
and having them automatically exited when a test finishes.

### Fixed

* #126: calling `logging.debug(msg, stack_info=...)` no longer throws an
exception in Python 3.8.

## 0.8.1 (2019-10-08)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

setuptools.setup(
name='absl-py',
version='0.8.1',
version='0.9.0',
description=(
'Abseil Python Common Libraries, '
'see https://github.com/abseil/abseil-py.'),
Expand Down

0 comments on commit af7dc5d

Please sign in to comment.