Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
feb5cc66 by Philipp Hörist at 2023-05-28T23:18:18+02:00
release: 4.3.1

- - - - -


2 changed files:

- ChangeLog
- nbxmpp/__init__.py


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,10 @@
+nbxmpp 4.3.1 (28 May 2023)
+
+  Bug Fixes
+
+  * HTTP: Abort correctly on content overflow
+  * Websocket: Always set peer certificate
+
 nbxmpp 4.3.0 (21 May 2023)
 
   New


=====================================
nbxmpp/__init__.py
=====================================
@@ -3,4 +3,4 @@ gi.require_version('Soup', '3.0')
 
 from .protocol import *  # pylint: disable=wrong-import-position
 
-__version__: str = '4.3.0'
+__version__: str = '4.3.1'



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/feb5cc66560bade7f1e3e2e60672833849bea984

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/feb5cc66560bade7f1e3e2e60672833849bea984
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to