doc: Display version 0.4 instead of 0.3

This commit is contained in:
Kurt Griffiths
2015-05-22 12:41:08 -05:00
parent 4e0ec585c5
commit af25a9be5f
2 changed files with 3 additions and 3 deletions

View File

@@ -62,9 +62,9 @@ copyright = u'2015, Rackspace Hosting et al. (as noted in the source code)'
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.0dev'
release = '0.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -10,7 +10,7 @@ Release v\ |version| (:ref:`Installation <install>`)
.. note::
This documentation targets the upcoming 0.3.0 release of Falcon.
This documentation targets the upcoming |version| release of Falcon.
Falcon is a minimalist WSGI library for building speedy web APIs and app
backends. We like to think of Falcon as the `Dieter Rams` of web frameworks.