Skip to content

Commit

Permalink
Bump version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Declan Traynor committed Aug 16, 2018
1 parent 15910f7 commit 24cd414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Using Docker

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/>`_::

$ docker pull shopkeep/shpkpr:v4.1.0
$ docker pull shopkeep/shpkpr:v4.1.1
$ docker pull shopkeep/shpkpr:master

Once the image is downloaded, you can use shpkpr with ``docker run``::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='shpkpr',
version='4.1.0',
version='4.1.1',
description='shpkpr is a command-line tool designed to manage applications running on Marathon',
long_description=readme,
author='ShopKeep.com Inc.',
Expand Down
2 changes: 1 addition & 1 deletion shpkpr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '4.1.0'
__version__ = '4.1.1'

0 comments on commit 24cd414

Please sign in to comment.