We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98f40e commit 07ed8c1Copy full SHA for 07ed8c1
docs/source/changelog.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-- :release:`0.14 <2021-05-21>`
+- :release:`v0.15 <2021-05-21>`
6
- :support:`-` Added CLI (command line utilities) and component run staleness features.
7
8
.. warning::
docs/source/conf.py
@@ -23,7 +23,7 @@
23
author = "Shreya Shankar"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "0.14"
+release = "0.15"
27
28
master_doc = "index"
29
setup.py
@@ -7,7 +7,7 @@
setup(
9
name="mltrace",
10
- version="0.14",
+ version="0.15",
11
description="Lineage and tracing for ML pipelines",
12
long_description=README,
13
long_description_content_type="text/markdown",
0 commit comments