Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cawallin committed Aug 9, 2016
1 parent 44b8543 commit 6d0cb49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 1

release/release-1.4.1
release/release-1.4
release/release-1.3
release/release-1.2
Expand Down
8 changes: 8 additions & 0 deletions docs/release/release-1.4.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=============
Release 1.4.1
=============

This release works for Presto versions 0.116-0.148.

* Fix support for various commands for non-root remote users
* Fix permissions that presto-admin requires such that root on the cluster does not need permission to run commands as other groups
2 changes: 1 addition & 1 deletion prestoadmin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from fabric.api import env

__version__ = '1.4' # Make sure to update setup.py too
__version__ = '1.4.1' # Make sure to update setup.py too

main_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_custom_rc_file(self):
setup(
name='prestoadmin',
# Make sure to update version in prestoadmin/__init__.py
version='1.4',
version='1.4.1',
description="Presto-admin installs, configures, and manages Presto " + \
"installations.",
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit 6d0cb49

Please sign in to comment.