Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Diven committed Sep 28, 2016
1 parent 9c15f4b commit 949d031
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release.rst
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 1

release/release-1.4.2
release/release-1.4.1
release/release-1.4
release/release-1.3
Expand Down
7 changes: 7 additions & 0 deletions docs/release/release-1.4.2.rst
@@ -0,0 +1,7 @@
=============
Release 1.4.2
=============

This release works for Presto versions 0.116-0.148.

* Pin docker images used for product tests to version 6
2 changes: 1 addition & 1 deletion prestoadmin/__init__.py
Expand Up @@ -20,7 +20,7 @@

from fabric.api import env

__version__ = '1.4.1' # Make sure to update setup.py too
__version__ = '1.4.2' # 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
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.1',
version='1.4.2',
description="Presto-admin installs, configures, and manages Presto " + \
"installations.",
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit 949d031

Please sign in to comment.