File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def readfile(name):
2424
2525README = readfile ("README.rst" )
2626CHANGES = readfile ("CHANGES.txt" )
27- VERSION = '2.0.14 '
27+ VERSION = '2.0.15 '
2828
2929PY3 = sys .version_info [0 ] == 3
3030PY37MIN = sys .version_info [0 ] == 3 and sys .version_info [1 ] >= 7
You can’t perform that action at this time.
0 commit comments