Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
78786e20
Commit
78786e20
authored
Jan 24, 2023
by
Philipp Hörist
Browse files
release: 4.1.0
parent
772a5be6
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
78786e20
nbxmpp 4.1.0 (24 Jan 2023)
Change
* Port package to pyproject.toml
Bug Fixes
* Handle race condition when cancelling request (#136)
nbxmpp 4.0.1 (10 Jan 2023)
Bug Fixes
...
...
nbxmpp/__init__.py
View file @
78786e20
...
...
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
from
.protocol
import
*
# pylint: disable=wrong-import-position
__version__
:
str
=
'4.
0.1
'
__version__
:
str
=
'4.
1.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