Skip to content

Commit 8a2274d

Browse files
Patrick Careypaddycarey
authored andcommitted
Bump to version 3.1.0
1 parent d9a0b2b commit 8a2274d

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.0.0
30+
$ docker pull shopkeep/shpkpr:v3.1.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.0.0',
20+
version='3.1.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.0.0'
3+
__version__ = '3.1.0'

0 commit comments

Comments
 (0)