diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/index.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8a165872..0213bb17 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2011, Nathan Fritz, Lance Stout' # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0RC1' +release = '1.0RC3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 5da389b9..1608d4ca 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,9 @@ SleekXMPP ``develop`` branch. **Stable Releases** + - `1.0 RC3 <http://github.com/fritzy/SleekXMPP/zipball/1.0-RC3>`_ + - `1.0 RC2 <http://github.com/fritzy/SleekXMPP/zipball/1.0-RC2>`_ + - `1.0 RC1 <http://github.com/fritzy/SleekXMPP/zipball/1.0-RC1>`_ - `1.0 Beta6.1 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta6.1>`_ - `1.0 Beta5 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta5>`_ - `1.0 Beta4 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta4>`_ @@ -115,6 +118,7 @@ API Reference api/clientxmpp api/basexmpp api/xmlstream + api/stanzabase Additional Info --------------- |