Skip to content

Commit d3a70e9

Browse files
authored
Merge pull request #215 from vkarampudi/master
Updating version.py and Release.md for 1.17.0 Release
2 parents b37bfad + 0a63490 commit d3a70e9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@
88

99
## Bug Fixed and Other Changes
1010

11+
# Version 1.17.0
12+
13+
## Major Features and Improvements
14+
15+
* N/A
16+
17+
## Breaking Changes
18+
19+
* N/A
20+
21+
## Deprecations
22+
23+
* N/A
24+
25+
## Bug Fixed and Other Changes
26+
1127
* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on `protobuf>4.21.6,<5`
1228
for 3.9 and 3.10.
1329

ml_metadata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of ML Metadata."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '1.17.0.dev'
18+
__version__ = '1.18.0.dev'

0 commit comments

Comments
 (0)