We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f577e4 + c62eded commit 45606b2Copy full SHA for 45606b2
doc/index.rst
@@ -47,6 +47,7 @@ Other versions
47
48
Documentation for other release versions of ``pmdarima``:
49
50
+* `v1.4.0 <http://alkaline-ml.com/pmdarima/1.4.0>`_
51
* `v1.3.0 <http://alkaline-ml.com/pmdarima/1.3.0>`_
52
* `v1.2.0 <http://alkaline-ml.com/pmdarima/1.2.0>`_
53
* `v1.1.1 <http://alkaline-ml.com/pmdarima/1.1.1>`_
pmdarima/__init__.py
@@ -22,7 +22,7 @@
22
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
23
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
24
#
25
-__version__ = "1.4.0.dev0"
+__version__ = "1.4.0"
26
27
try:
28
# this var is injected in the setup build to enable
0 commit comments