summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-05-01 15:26:24 +0200
committermathieui <mathieui@mathieui.net>2020-05-01 15:26:24 +0200
commit3dcb96d9d8755b3f1c2388351b6262cbda4b2094 (patch)
treeeebc828b590a31ace0b7ea8b14f8842ab435e493
parent0a7a4c3abec934e03ff4065c8607a98185f3e61a (diff)
downloadslixmpp-3dcb96d9d8755b3f1c2388351b6262cbda4b2094.tar.gz
slixmpp-3dcb96d9d8755b3f1c2388351b6262cbda4b2094.tar.bz2
slixmpp-3dcb96d9d8755b3f1c2388351b6262cbda4b2094.tar.xz
slixmpp-3dcb96d9d8755b3f1c2388351b6262cbda4b2094.zip
Update version to 1.5.0slix-1.5.0
-rw-r--r--slixmpp/version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/slixmpp/version.py b/slixmpp/version.py
index feb173e2..844a71e2 100644
--- a/slixmpp/version.py
+++ b/slixmpp/version.py
@@ -9,5 +9,5 @@
# We don't want to have to import the entire library
# just to get the version info for setup.py
-__version__ = '1.4.2'
-__version_info__ = (1, 4, 2)
+__version__ = '1.5.0'
+__version_info__ = (1, 5, 0)