Skip to content

Commit

Permalink
Prepare version 2.0.7 of deformdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Nov 20, 2018
1 parent 867a022 commit 3c3e98d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
2.0.7 (2018-11-20)
------------------

- Use release 2.0.7 of deform.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Run the latest version of this application with Docker.

.. code-block:: console
docker run -d -p 8000:8522 pylons/deformdemo:latest
docker run -d -p 8000:8522 pylons/deformdemo:v2.0.7
Then, in your browser, visit http://localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

setupkw = dict(
name="deformdemo",
version="1.0a1",
version="2.0.7",
description="Demonstration application for Deform form library",
long_description=README + "\n\n" + CHANGES,
classifiers=[
Expand Down

0 comments on commit 3c3e98d

Please sign in to comment.