Skip to content

Commit 127c988

Browse files
authored
Merge pull request #211 from yilei/push_up_to_501119479
Push up to 501119479
2 parents 9df6b4e + 0328536 commit 127c988

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
66

77
## Unreleased
88

9-
### Changed
9+
Nothing notable unreleased.
10+
11+
## 1.4.0 (2023-01-11)
12+
13+
### New
14+
1015
* (testing) Added `@flagsaver.as_parsed`: this allows saving/restoring flags
1116
using string values as if parsed from the command line and will also reflect
1217
other flag states after command line parsing, e.g. `.present` is set.
1318

19+
### Changed
20+
1421
* (logging) If no log dir is specified `logging.find_log_dir()` now falls back
1522
to `tempfile.gettempdir()` instead of `/tmp/`.
1623

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
setuptools.setup(
4545
name='absl-py',
46-
version='1.3.0',
46+
version='1.4.0',
4747
description=(
4848
'Abseil Python Common Libraries, '
4949
'see https://github.com/abseil/abseil-py.'),

0 commit comments

Comments
 (0)