We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b37bfad + 0a63490 commit d3a70e9Copy full SHA for d3a70e9
RELEASE.md
@@ -8,6 +8,22 @@
8
9
## Bug Fixed and Other Changes
10
11
+# Version 1.17.0
12
+
13
+## Major Features and Improvements
14
15
+* N/A
16
17
+## Breaking Changes
18
19
20
21
+## Deprecations
22
23
24
25
+## Bug Fixed and Other Changes
26
27
* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on `protobuf>4.21.6,<5`
28
for 3.9 and 3.10.
29
ml_metadata/version.py
@@ -15,4 +15,4 @@
"""Contains the version string of ML Metadata."""
# Note that setup.py uses this version.
-__version__ = '1.17.0.dev'
+__version__ = '1.18.0.dev'
0 commit comments