chore(version): bump version number

pull/29/merge 1.15.2
Anthony Lapenna 2017-11-13 10:18:36 +01:00
parent 9db1cb931d
commit 2a355db474
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.15.1/>`_ and you can
The API documentation is available on `Swaggerhub <https://app.swaggerhub.com/apis/deviantony/Portainer/1.15.2/>`_ 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.15.1'
version = u'1.15.2'
# The full version, including alpha/beta/rc tags.
release = u'1.15.1'
release = u'1.15.2'
# 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.15.1'
# html_title = u'Portainer v1.15.2'
# 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.15.1/portainer-1.15.1-linux-amd64.tar.gz
$ tar xvpfz portainer-1.15.1-linux-amd64.tar.gz
$ wget https://github.com/portainer/portainer/releases/download/1.15.2/portainer-1.15.2-linux-amd64.tar.gz
$ tar xvpfz portainer-1.15.2-linux-amd64.tar.gz
Then just use the portainer binary as you would use CLI flags with Docker.