Skip to content

Commit 20ee5ec

Browse files
dennisbaderunit8-bot
authored andcommitted
Release 0.27.2
1 parent 3ee3efd commit 20ee5ec

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.27.1
3+
current_version = 0.27.2
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.27.1"
5+
version: "0.27.2"
66

77
source:
88
# root folder, not the package

darts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from .timeseries import TimeSeries, concatenate
1212

13-
__version__ = "0.27.1"
13+
__version__ = "0.27.2"
1414

1515
colors = cycler(
1616
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.27.1"
25+
version = "0.27.2"
2626

2727

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

setup.py

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

3131
setup(
3232
name="darts",
33-
version="0.27.1",
33+
version="0.27.2",
3434
description="A python library for easy manipulation and forecasting of time series.",
3535
long_description=LONG_DESCRIPTION,
3636
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)