File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Changelog follow https://keepachangelog.com/ format.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.9.3] - 2024-08-30
12
+
13
+ * ` eapp ` :
14
+ * Allow extra kwargs in ` eapp.make_flags_parser() `
11
15
* ` epath ` :
12
16
* Fix epath.Path pydantic deserialization for URI-style paths
13
17
* ` epy ` :
@@ -436,7 +440,9 @@ Changelog follow https://keepachangelog.com/ format.
436
440
437
441
* Automated github release
438
442
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
440
446
[ 1.9.1 ] : https://github.com/google/etils/compare/v1.9.0...v1.9.1
441
447
[ 1.9.0 ] : https://github.com/google/etils/compare/v1.8.0...v1.9.0
442
448
[ 1.8.0 ] : https://github.com/google/etils/compare/v1.7.0...v1.8.0
Original file line number Diff line number Diff line change 16
16
17
17
# A new PyPI release will be pushed everytime `__version__` is increased
18
18
# When changing this, also update the CHANGELOG.md
19
- __version__ = '1.9.2 '
19
+ __version__ = '1.9.3 '
20
20
21
21
# Do NOT add anything to this file. This is left empty on purpose.
22
22
# Users should import subprojects directly.
You can’t perform that action at this time.
0 commit comments