File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
Contributing
3
3
============
4
4
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
+
5
7
All projects under the Pylons Projects, including this one, follow the
6
8
guidelines established at [How to
7
9
Contribute](https://pylonsproject.org/community-how-to-contribute.html) and
Original file line number Diff line number Diff line change 1
1
Deform
2
2
======
3
3
4
- .. image :: https://travis-ci.org/Pylons/deform.png?branch=master
4
+ .. image :: https://travis-ci.org/Pylons/deform.png?branch=2.0-branch
5
5
:target: https://travis-ci.org/Pylons/deform
6
6
7
7
.. image :: https://readthedocs.org/projects/deform/badge/?version=master
Original file line number Diff line number Diff line change 71
71
72
72
setupkw = dict (
73
73
name = "deform" ,
74
- version = "2.0.9.dev0 " ,
74
+ version = "2.0.9" ,
75
75
description = "Form library with advanced features like nested forms" ,
76
76
long_description = README + "\n \n " + CHANGES ,
77
77
classifiers = [
You can’t perform that action at this time.
0 commit comments