Skip to content

Commit 72af9ab

Browse files
committed
Prep 2.0.15
1 parent 86aa94c commit 72af9ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Build the Docker image for deformdemo and tag it.
2323
.. code-block:: bash
2424
2525
# docker build --tag pylons/deformdemo:<version> .
26-
docker build --tag pylons/deformdemo:2.0.14 .
26+
docker build --tag pylons/deformdemo:2.0.15 .
2727
2828
Run the built image with Docker.
2929

3030
.. code-block:: bash
3131
32-
docker run -d -p 8000:8522 pylons/deformdemo:2.0.14
32+
docker run -d -p 8000:8522 pylons/deformdemo:2.0.15
3333
3434
Then in your browser, visit http://localhost:8000
3535

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def readfile(name):
2424

2525
README = readfile("README.rst")
2626
CHANGES = readfile("CHANGES.txt")
27-
VERSION = '2.0.14'
27+
VERSION = '2.0.15'
2828

2929
PY3 = sys.version_info[0] == 3
3030
PY37MIN = sys.version_info[0] == 3 and sys.version_info[1] >= 7

0 commit comments

Comments
 (0)