From 42837fca1ee1e35f94bb685a3e873c276561085b Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 28 Sep 2017 18:51:03 +0200 Subject: [PATCH] chore(version): bump version number --- docs/source/API.rst | 2 +- docs/source/conf.py | 6 +++--- docs/source/deployment.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/API.rst b/docs/source/API.rst index f1fcc59..7558b2c 100644 --- a/docs/source/API.rst +++ b/docs/source/API.rst @@ -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 `_ and you can +The API documentation is available on `Swaggerhub `_ and you can also find some examples `here `_. diff --git a/docs/source/conf.py b/docs/source/conf.py index b92ab38..963b283 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ author = u'Portainer.io' # built documents. # # The short X.Y version. -version = u'1.14.2' +version = u'1.14.3' # The full version, including alpha/beta/rc tags. -release = u'1.14.2' +release = u'1.14.3' # 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. # " v documentation" by default. # -# html_title = u'Portainer v1.14.2' +# html_title = u'Portainer v1.14.3' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/docs/source/deployment.rst b/docs/source/deployment.rst index 8b863f6..4ea59bb 100644 --- a/docs/source/deployment.rst +++ b/docs/source/deployment.rst @@ -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.2/portainer-1.14.2-linux-amd64.tar.gz - $ tar xvpfz portainer-1.14.2-linux-amd64.tar.gz + $ wget https://github.com/portainer/portainer/releases/download/1.14.3/portainer-1.14.3-linux-amd64.tar.gz + $ tar xvpfz portainer-1.14.3-linux-amd64.tar.gz Then just use the portainer binary as you would use CLI flags with Docker.