diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-02 19:44:54 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-02 19:44:54 +0200 |
commit | d6f7d32bbe495533f68d91c83a1666e76a30dc84 (patch) | |
tree | d45d377de6dc4d60ac86f17ce3b35e2c159d0f48 | |
parent | bf69698af1d0a7a892e510b8de543fb6e53736f0 (diff) | |
parent | 0dd32be7f562f6b49a7911db2d0a1daedfa16503 (diff) | |
download | slixmpp-3449-xmpp-connection-stuck-forever-after-error-in-start_tls.tar.gz slixmpp-3449-xmpp-connection-stuck-forever-after-error-in-start_tls.tar.bz2 slixmpp-3449-xmpp-connection-stuck-forever-after-error-in-start_tls.tar.xz slixmpp-3449-xmpp-connection-stuck-forever-after-error-in-start_tls.zip |
Merge branch 'version-1.5.1' into 'master'3449-xmpp-connection-stuck-forever-after-error-in-start_tls
Update version to 1.5.1
See merge request poezio/slixmpp!47
-rw-r--r-- | slixmpp/version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slixmpp/version.py b/slixmpp/version.py index 844a71e2..ae987147 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.5.0' -__version_info__ = (1, 5, 0) +__version__ = '1.5.1' +__version_info__ = (1, 5, 1) |