Skip to content

Commit

Permalink
Add version badge. Add links of read the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 12, 2013
1 parent 7211678 commit c799f19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Flask-WTF
=========

.. image:: https://badge.fury.io/py/Flask-WTF.png
:target: http://badge.fury.io/py/Flask-WTF
.. image:: https://travis-ci.org/ajford/flask-wtf.png?branch=master
:target: https://travis-ci.org/ajford/flask-wtf
:target: https://travis-ci.org/ajford/flask-wtf
.. image:: https://coveralls.io/repos/ajford/flask-wtf/badge.png?branch=master
:target: https://coveralls.io/r/ajford/flask-wtf
:target: https://coveralls.io/r/ajford/flask-wtf

Simple integration of Flask and WTForms, including CSRF, file upload
and Recaptcha integration.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9a1'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Current Version
---------------
The current version of Flask-WTF is |release|.

View other versions of documentation at `Read the Docs`_.

.. _`Read the Docs`: https://flask-wtf.readthedocs.org

Features
--------

Expand Down

0 comments on commit c799f19

Please sign in to comment.