diff --git a/ChangeLog b/ChangeLog index 211c8cb08edd5f571b38266b7787321e3afa04ea..2ebac597c99a9262aae745004f740cadbcb4f979 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +python-nbxmpp 2.0.1 (07 February 2021) + + New + + * Properties: is_from_us() Method + + Bugfixes + + * Fix handling invalid websocket uris + python-nbxmpp 2.0.0 (29 December 2020) New diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py index 7e6eedafb5daad947e5996208810bd75b8db4feb..da6e130fef2310354030e4c80fa7038969fce3af 100644 --- a/nbxmpp/__init__.py +++ b/nbxmpp/__init__.py @@ -4,4 +4,4 @@ from .protocol import * gi.require_version('Soup', '2.4') -__version__ = "2.0.0" +__version__ = "2.0.1" diff --git a/setup.cfg b/setup.cfg index 8597e05f390218b45cf2cac97b3f6e346358d2c3..5301a90861c7168546372fc22618beeb1255ef21 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nbxmpp -version = 2.0.0 +version = 2.0.1 description = XMPP Library author = Yann Leboulanger, Philipp Hoerist author_email = gajim-devel@gajim.org