diff --git a/docs/conf.py b/docs/conf.py index 8a16587..0213bb1 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 5da389b..1608d4c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,6 +13,9 @@ SleekXMPP ``develop`` branch. **Stable Releases** + - `1.0 RC3 `_ + - `1.0 RC2 `_ + - `1.0 RC1 `_ - `1.0 Beta6.1 `_ - `1.0 Beta5 `_ - `1.0 Beta4 `_ @@ -115,6 +118,7 @@ API Reference api/clientxmpp api/basexmpp api/xmlstream + api/stanzabase Additional Info ---------------