From af25a9be5f9dd532a437f57e01e8f6445c7acbf9 Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Fri, 22 May 2015 12:41:08 -0500 Subject: [PATCH] doc: Display version 0.4 instead of 0.3 --- doc/conf.py | 4 ++-- doc/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ef4f75b..4a3cc19 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/doc/index.rst b/doc/index.rst index 5d7b082..65b01b2 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,7 +10,7 @@ Release v\ |version| (:ref:`Installation `) .. 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.