Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-nbxmpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SaltyBones
python-nbxmpp
Commits
7256d13e
Commit
7256d13e
authored
6 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 0.6.6
parent
b9fc712e
No related branches found
Branches containing commit
Tags
nbxmpp-0.6.6
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nbxmpp/__init__.py
+1
-1
1 addition, 1 deletion
nbxmpp/__init__.py
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
3 additions
and
3 deletions
nbxmpp/__init__.py
+
1
−
1
View file @
7256d13e
...
...
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from
.plugin
import
PlugIn
from
.smacks
import
Smacks
__version__
=
"
0.6.
5
"
__version__
=
"
0.6.
6
"
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
7256d13e
...
...
@@ -3,10 +3,10 @@
from
distutils.core
import
setup
setup
(
name
=
'
nbxmpp
'
,
version
=
'
0.6.
5
'
,
version
=
'
0.6.
6
'
,
description
=
'
Non blocking Jabber/XMPP module
'
,
author
=
'
Yann Leboulanger
'
,
author_email
=
'
asterix@lagaule.org
'
,
url
=
'
http://dev.gajim.org/gajim/python-nbxmpp
'
,
packages
=
[
'
nbxmpp
'
],
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment