Skip to content

Commit ce46d12

Browse files
committed
Sync with Deform 2.0.13
1 parent fb8e6f0 commit ce46d12

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

311
2.0.12 (2020-08-23)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.12'
27+
VERSION = '2.0.13'
2828

2929
PY3 = sys.version_info[0] == 3
3030

0 commit comments

Comments
 (0)