Skip to content

Commit 160ed68

Browse files
ConchylicultorThe etils Authors
authored and
The etils Authors
committed
Release etils 1.7.0
PiperOrigin-RevId: 607453648
1 parent f1bd5a9 commit 160ed68

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [1.7.0] - 2024-02-15
12+
1113
* `epath`:
1214
* Add `mode` to `epath.Path.stat` output. Does not work for Windows nor
1315
when `tf.io.gfile` is used.
@@ -382,7 +384,8 @@ Changelog follow https://keepachangelog.com/ format.
382384

383385
* Automated github release
384386

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
386389
[1.6.0]: https://github.com/google/etils/compare/v1.5.2...v1.6.0
387390
[1.5.2]: https://github.com/google/etils/compare/v1.5.1...v1.5.2
388391
[1.5.1]: https://github.com/google/etils/compare/v1.5.0...v1.5.1

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.6.0'
19+
__version__ = '1.7.0'
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)