Skip to content

Commit

Permalink
Merge pull request #211 from yilei/push_up_to_501119479
Browse files Browse the repository at this point in the history
Push up to 501119479
  • Loading branch information
yilei committed Jan 11, 2023
2 parents 9df6b4e + 0328536 commit 127c988
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

## Unreleased

### Changed
Nothing notable unreleased.

## 1.4.0 (2023-01-11)

### New

* (testing) Added `@flagsaver.as_parsed`: this allows saving/restoring flags
using string values as if parsed from the command line and will also reflect
other flag states after command line parsing, e.g. `.present` is set.

### Changed

* (logging) If no log dir is specified `logging.find_log_dir()` now falls back
to `tempfile.gettempdir()` instead of `/tmp/`.

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

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

0 comments on commit 127c988

Please sign in to comment.