File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 4343
4444setuptools .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.' ),
You can’t perform that action at this time.
0 commit comments