File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ .. _2.0.13:
2+
3+ 2.0.13 (2020-08-25)
4+ -------------------
5+
6+ - Sync version with Deform.
7+
8+
19.. _2.0.12:
210
3112.0.12 (2020-08-23)
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Build the Docker image for deformdemo and tag it.
2424.. code-block :: bash
2525
2626 # docker build --tag pylons/deformdemo:<version> .
27- docker build --tag pylons/deformdemo:2.0.12 .
27+ docker build --tag pylons/deformdemo:2.0.13 .
2828
2929 Run the built image with Docker.
3030
3131.. code-block :: bash
3232
33- docker run -d -p 8000:8522 pylons/deformdemo:2.0.12
33+ docker run -d -p 8000:8522 pylons/deformdemo:2.0.13
3434
3535 Then in your browser, visit http://localhost:8000
3636
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.12 '
27+ VERSION = '2.0.13 '
2828
2929PY3 = sys .version_info [0 ] == 3
3030
You can’t perform that action at this time.
0 commit comments