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


Commits:
548e9895 by lovetox at 2022-01-21T01:19:27+01:00
Add type annotation

- - - - -


1 changed file:

- nbxmpp/__init__.py


Changes:

=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
 
 gi.require_version('Soup', '2.4')
 
-__version__ = "3.0.0-dev1"
+__version__: str = "3.0.0-dev1"



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/548e989573b9de690e62ebc947484cfa62146038
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