Skip to content

Commit

Permalink
Update version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cawallin committed Oct 25, 2016
1 parent 995d7ab commit 4431ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation/presto-admin-installation.rst
Expand Up @@ -36,7 +36,7 @@ need to have SSH access to all of the nodes in the cluster.
2. Extract and sudo run the installation script from within the ``prestoadmin`` directory.
::

$ tar xvf prestoadmin-1.5.1-offline.tar.bz2
$ tar xvf prestoadmin-1.5.2-offline.tar.bz2
$ cd prestoadmin
$ sudo ./install-prestoadmin.sh

Expand Down
2 changes: 1 addition & 1 deletion prestoadmin/_version.py
Expand Up @@ -15,4 +15,4 @@

# This must be the last line in the file and the format must be maintained
# even when the version is changed
__version__ = '1.5.1'
__version__ = '1.5.2'

0 comments on commit 4431ef6

Please sign in to comment.