diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fd74194a..5057aeb6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,6 +2,8 @@ Contributing ============ +You are working on the `2.0-branch`. This branch is the latest, stable release branch. Development of new features takes place on the `master` branch. + All projects under the Pylons Projects, including this one, follow the guidelines established at [How to Contribute](https://pylonsproject.org/community-how-to-contribute.html) and diff --git a/README.rst b/README.rst index 7dbeec4e..d76d6d50 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Deform ====== -.. image:: https://travis-ci.org/Pylons/deform.png?branch=master +.. image:: https://travis-ci.org/Pylons/deform.png?branch=2.0-branch :target: https://travis-ci.org/Pylons/deform .. image:: https://readthedocs.org/projects/deform/badge/?version=master diff --git a/setup.py b/setup.py index b65e1303..e1e0c9e5 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setupkw = dict( name="deform", - version="2.0.9.dev0", + version="2.0.9", description="Form library with advanced features like nested forms", long_description=README + "\n\n" + CHANGES, classifiers=[