Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
python-nbxmpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
André
python-nbxmpp
Commits
3e4c6655
Commit
3e4c6655
authored
Oct 07, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare 0.6.8
parent
83e2fff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
nbxmpp/__init__.py
nbxmpp/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
nbxmpp/__init__.py
View file @
3e4c6655
...
...
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from
.plugin
import
PlugIn
from
.smacks
import
Smacks
__version__
=
"0.6.
7
"
__version__
=
"0.6.
8
"
setup.py
View file @
3e4c6655
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'nbxmpp'
,
version
=
'0.6.
7
'
,
version
=
'0.6.
8
'
,
description
=
'Non blocking Jabber/XMPP module'
,
author
=
'Yann Leboulanger'
,
author_email
=
'asterix@lagaule.org'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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