Skip to content

Commit 3882a0c

Browse files
hrznunit8-bot
authored andcommitted
Release 0.16.0
1 parent b27a8ea commit 3882a0c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)|dev
3-
current_version = 0.15.0
3+
current_version = 0.16.0
44

55
[bumpversion:file:setup.py]
66

conda_recipe/darts/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package:
44
name: "darts"
5-
version: "0.15.0"
5+
version: "0.16.0"
66

77
source:
88
# root folder, not the package

darts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from matplotlib import cycler
99

1010

11-
__version__ = "0.15.0"
11+
__version__ = "0.16.0"
1212

1313
colors = cycler(
1414
color=["black", "003DFD", "b512b8", "11a9ba", "0d780f", "f77f07", "ba0f0f"]

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = "darts"
2323
copyright = f"2020 - {datetime.now().year}, Unit8 SA (Apache 2.0 License)"
2424
author = "Unit8 SA"
25-
version = "0.15.0"
25+
version = "0.16.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read_requirements(path):
2929

3030
setup(
3131
name="darts",
32-
version="0.15.0",
32+
version="0.16.0",
3333
description="A python library for easy manipulation and forecasting of time series.",
3434
long_description=LONG_DESCRIPTION,
3535
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)