File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Changelog follow https://keepachangelog.com/ format.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.7.0] - 2024-02-15
12
+
11
13
* ` epath ` :
12
14
* Add ` mode ` to ` epath.Path.stat ` output. Does not work for Windows nor
13
15
when ` tf.io.gfile ` is used.
@@ -382,7 +384,8 @@ Changelog follow https://keepachangelog.com/ format.
382
384
383
385
* Automated github release
384
386
385
- [ Unreleased ] : https://github.com/google/etils/compare/v1.6.0...HEAD
387
+ [ Unreleased ] : https://github.com/google/etils/compare/v1.7.0...HEAD
388
+ [ 1.7.0 ] : https://github.com/google/etils/compare/v1.6.0...v1.7.0
386
389
[ 1.6.0 ] : https://github.com/google/etils/compare/v1.5.2...v1.6.0
387
390
[ 1.5.2 ] : https://github.com/google/etils/compare/v1.5.1...v1.5.2
388
391
[ 1.5.1 ] : https://github.com/google/etils/compare/v1.5.0...v1.5.1
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.6 .0'
19
+ __version__ = '1.7 .0'
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