Skip to content

Commit a56a59e

Browse files
committed
Prepare 2.0.9 release
1 parent b407cb7 commit a56a59e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Contributing
33
============
44

5+
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.
6+
57
All projects under the Pylons Projects, including this one, follow the
68
guidelines established at [How to
79
Contribute](https://pylonsproject.org/community-how-to-contribute.html) and

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Deform
22
======
33

4-
.. image:: https://travis-ci.org/Pylons/deform.png?branch=master
4+
.. image:: https://travis-ci.org/Pylons/deform.png?branch=2.0-branch
55
:target: https://travis-ci.org/Pylons/deform
66

77
.. image:: https://readthedocs.org/projects/deform/badge/?version=master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
setupkw = dict(
7373
name="deform",
74-
version="2.0.9.dev0",
74+
version="2.0.9",
7575
description="Form library with advanced features like nested forms",
7676
long_description=README + "\n\n" + CHANGES,
7777
classifiers=[

0 commit comments

Comments
 (0)