From 79f1aa0e1ba7dd29bf597beeae924b96950f9416 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 3 Jan 2012 17:04:15 -0500 Subject: Update version and README for 1.0 release. --- README.rst | 15 +++++++++------ sleekxmpp/version.py | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index d175822c..e2c289d9 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,13 @@ The latest source code for SleekXMPP may be found on `Github ``master`` branch, while the latest development version is in the ``develop`` branch. -**Stable Releases** +**Latest Release** + - `1.0 `_ + +**Develop Releases** + - `Latest Develop Version `_ + +**Older Stable Releases** - `1.0 RC3 `_ - `1.0 RC2 `_ - `1.0 RC1 `_ @@ -55,9 +61,6 @@ The latest source code for SleekXMPP may be found on `Github - `1.0 Beta2 `_ - `1.0 Beta1 `_ -**Develop Releases** - - `Latest Develop Version `_ - Installing DNSPython --------------------- If you are using Python3 and wish to use dnspython, you will have to checkout and @@ -162,8 +165,8 @@ Credits `@fritzy `_ Nathan is also the author of XMPPHP and `Seesmic-AS3-XMPP - `_, and a member of the XMPP - Council. + `_, and a former member of + the XMPP Council. **Co-Author:** Lance Stout `lancestout@gmail.com `_, diff --git a/sleekxmpp/version.py b/sleekxmpp/version.py index 24bee091..037c6463 100644 --- a/sleekxmpp/version.py +++ b/sleekxmpp/version.py @@ -9,5 +9,5 @@ # We don't want to have to import the entire library # just to get the version info for setup.py -__version__ = '1.0rc4' -__version_info__ = (1, 0, 0, 'rc4', 0) +__version__ = '1.0' +__version_info__ = (1, 0, 0, '', 0) -- cgit v1.2.3