Skip to content

Commit 07ed8c1

Browse files
committed
v0.15 release
1 parent c98f40e commit 07ed8c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
- :release:`0.14 <2021-05-21>`
5+
- :release:`v0.15 <2021-05-21>`
66
- :support:`-` Added CLI (command line utilities) and component run staleness features.
77

88
.. warning::

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Shreya Shankar"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.14"
26+
release = "0.15"
2727

2828
master_doc = "index"
2929

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="mltrace",
10-
version="0.14",
10+
version="0.15",
1111
description="Lineage and tracing for ML pipelines",
1212
long_description=README,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)