chore(version): bump version number

pull/31/head 1.14.1
Anthony Lapenna 2017-09-20 16:13:10 +02:00
parent 85aa7bc0fc
commit 37236c30f9
3 changed files with 6 additions and 6 deletions

View File

@ -7,5 +7,5 @@ Portainer exposes an HTTP API that you can use to automate everything you do via
Documentation
=============
The API documentation is available on `Swaggerhub <https://app.swaggerhub.com/apis/deviantony/Portainer/1.14.0/>`_ and you can
The API documentation is available on `Swaggerhub <https://app.swaggerhub.com/apis/deviantony/Portainer/1.14.1/>`_ and you can
also find some examples `here <https://gist.github.com/deviantony/77026d402366b4b43fa5918d41bc42f8>`_.

View File

@ -57,9 +57,9 @@ author = u'Portainer.io'
# built documents.
#
# The short X.Y version.
version = u'1.14.0'
version = u'1.14.1'
# The full version, including alpha/beta/rc tags.
release = u'1.14.0'
release = u'1.14.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -133,7 +133,7 @@ html_theme = 'alabaster'
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'Portainer v1.14.0'
# html_title = u'Portainer v1.14.1'
# A shorter title for the navigation bar. Default is the same as html_title.
#

View File

@ -176,8 +176,8 @@ Download and extract the binary to a location on disk:
.. code-block:: bash
$ cd /opt
$ wget https://github.com/portainer/portainer/releases/download/1.14.0/portainer-1.14.0-linux-amd64.tar.gz
$ tar xvpfz portainer-1.14.0-linux-amd64.tar.gz
$ wget https://github.com/portainer/portainer/releases/download/1.14.1/portainer-1.14.1-linux-amd64.tar.gz
$ tar xvpfz portainer-1.14.1-linux-amd64.tar.gz
Then just use the portainer binary as you would use CLI flags with Docker.