Skip to content

Commit

Permalink
Prep 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Dec 8, 2020
1 parent 86aa94c commit 72af9ab
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 @@ -23,13 +23,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.14 .
docker build --tag pylons/deformdemo:2.0.15 .
Run the built image with Docker.

.. code-block:: bash
docker run -d -p 8000:8522 pylons/deformdemo:2.0.14
docker run -d -p 8000:8522 pylons/deformdemo:2.0.15
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.14'
VERSION = '2.0.15'

PY3 = sys.version_info[0] == 3
PY37MIN = sys.version_info[0] == 3 and sys.version_info[1] >= 7
Expand Down

0 comments on commit 72af9ab

Please sign in to comment.