Skip to content

Commit 89ae47e

Browse files
authored
Bump to version 3.2.0 (#131)
1 parent 2130c5f commit 89ae47e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Using Docker
2727

2828
shpkpr is also available in a prebuilt Docker image if you'd prefer to run it in a container. A list of the available tags can be found on the `Docker hub <https://hub.docker.com/r/shopkeep/shpkpr/tags/>`_::
2929

30-
$ docker pull shopkeep/shpkpr:v3.1.3
30+
$ docker pull shopkeep/shpkpr:v3.2.0
3131
$ docker pull shopkeep/shpkpr:master
3232

3333
Once the image is downloaded, you can use shpkpr with ``docker run``::

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='shpkpr',
20-
version='3.1.3',
20+
version='3.2.0',
2121
description='shpkpr is a command-line tool designed to manage applications running on Marathon',
2222
long_description=readme,
2323
author='ShopKeep.com Inc.',

shpkpr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '3.1.3'
3+
__version__ = '3.2.0'

0 commit comments

Comments
 (0)