Skip to content

Commit 89a7f15

Browse files
fineguyThe etils Authors
authored and
The etils Authors
committed
Release etils==1.9.3
PiperOrigin-RevId: 669317111
1 parent 06dcf57 commit 89a7f15

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Changelog follow https://keepachangelog.com/ format.
88

99
## [Unreleased]
1010

11+
## [1.9.3] - 2024-08-30
12+
13+
* `eapp`:
14+
* Allow extra kwargs in `eapp.make_flags_parser()`
1115
* `epath`:
1216
* Fix epath.Path pydantic deserialization for URI-style paths
1317
* `epy`:
@@ -436,7 +440,9 @@ Changelog follow https://keepachangelog.com/ format.
436440

437441
* Automated github release
438442

439-
[Unreleased]: https://github.com/google/etils/compare/v1.9.1...HEAD
443+
[Unreleased]: https://github.com/google/etils/compare/v1.9.3...HEAD
444+
[1.9.3]: https://github.com/google/etils/compare/v1.9.2...v1.9.3
445+
[1.9.2]: https://github.com/google/etils/compare/v1.9.1...v1.9.2
440446
[1.9.1]: https://github.com/google/etils/compare/v1.9.0...v1.9.1
441447
[1.9.0]: https://github.com/google/etils/compare/v1.8.0...v1.9.0
442448
[1.8.0]: https://github.com/google/etils/compare/v1.7.0...v1.8.0

etils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# A new PyPI release will be pushed everytime `__version__` is increased
1818
# When changing this, also update the CHANGELOG.md
19-
__version__ = '1.9.2'
19+
__version__ = '1.9.3'
2020

2121
# Do NOT add anything to this file. This is left empty on purpose.
2222
# Users should import subprojects directly.

0 commit comments

Comments
 (0)