Skip to content

Commit

Permalink
Prep 2.0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Aug 26, 2020
1 parent ce46d12 commit 1f43503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Build the Docker image for deformdemo and tag it.
.. code-block:: bash
# docker build --tag pylons/deformdemo:<version> .
docker build --tag pylons/deformdemo:2.0.13 .
docker build --tag pylons/deformdemo:2.0.14 .
Run the built image with Docker.

.. code-block:: bash
docker run -d -p 8000:8522 pylons/deformdemo:2.0.13
docker run -d -p 8000:8522 pylons/deformdemo:2.0.14
Then in your browser, visit http://localhost:8000

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readfile(name):

README = readfile("README.rst")
CHANGES = readfile("CHANGES.txt")
VERSION = '2.0.13'
VERSION = '2.0.14'

PY3 = sys.version_info[0] == 3

Expand Down

0 comments on commit 1f43503

Please sign in to comment.