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
Maxime Buquet
slixmpp
Commits
b549db95
Commit
b549db95
authored
Oct 02, 2015
by
mathieui
Browse files
Update version to 1.1
parent
d5188ac6
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
b549db95
...
...
@@ -48,9 +48,9 @@ copyright = u'2011, Nathan Fritz, Lance Stout'
# built documents.
#
# The short X.Y version.
version
=
'1.
0
'
version
=
'1.
1
'
# The full version, including alpha/beta/rc tags.
release
=
'1.
0
'
release
=
'1.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
slixmpp/version.py
View file @
b549db95
...
...
@@ -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
'
__version_info__
=
(
1
,
0
)
__version__
=
'1.
1
'
__version_info__
=
(
1
,
1
)
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