Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ehendrix23
slixmpp
Commits
79f1aa0e
Commit
79f1aa0e
authored
Jan 03, 2012
by
Lance Stout
Browse files
Update version and README for 1.0 release.
parent
fb5a6a7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
79f1aa0e
...
...
@@ -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 <http://github.com/fritzy/SleekXMPP/zipball/1.0>`_
**Develop Releases**
- `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
**Older 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>`_
...
...
@@ -55,9 +61,6 @@ The latest source code for SleekXMPP may be found on `Github
- `1.0 Beta2 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta2>`_
- `1.0 Beta1 <http://github.com/fritzy/SleekXMPP/zipball/1.0-Beta1>`_
**Develop Releases**
- `Latest Develop Version <http://github.com/fritzy/SleekXMPP/zipball/develop>`_
Installing DNSPython
---------------------
If you are using Python3 and wish to use dnspython, you will have to checkout and
...
...
@@ -162,8 +165,8 @@ Credits
`@fritzy <http://twitter.com/fritzy>`_
Nathan is also the author of XMPPHP and `Seesmic-AS3-XMPP
<http://code.google.com/p/seesmic-as3-xmpp/>`_, and a member of
the XMPP
Council.
<http://code.google.com/p/seesmic-as3-xmpp/>`_, and a
former
member of
the XMPP
Council.
**Co-Author:** Lance Stout
`lancestout@gmail.com <xmpp:lancestout@gmail.com?message>`_,
...
...
sleekxmpp/version.py
View file @
79f1aa0e
...
...
@@ -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.0
rc4
'
__version_info__
=
(
1
,
0
,
0
,
'
rc4
'
,
0
)
__version__
=
'1.0'
__version_info__
=
(
1
,
0
,
0
,
''
,
0
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment