Skip to content

Commit 45606b2

Browse files
authored
Merge pull request #209 from tgsmith61591/bump-version
[MRG] Bump version to 1.4.0
2 parents 7f577e4 + c62eded commit 45606b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Other versions
4747

4848
Documentation for other release versions of ``pmdarima``:
4949

50+
* `v1.4.0 <http://alkaline-ml.com/pmdarima/1.4.0>`_
5051
* `v1.3.0 <http://alkaline-ml.com/pmdarima/1.3.0>`_
5152
* `v1.2.0 <http://alkaline-ml.com/pmdarima/1.2.0>`_
5253
* `v1.1.1 <http://alkaline-ml.com/pmdarima/1.1.1>`_

pmdarima/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2323
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2424
#
25-
__version__ = "1.4.0.dev0"
25+
__version__ = "1.4.0"
2626

2727
try:
2828
# this var is injected in the setup build to enable

0 commit comments

Comments
 (0)