aboutsummaryrefslogtreecommitdiff
path: root/python/olm
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:50 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:50 -0400
commit8a958beb483b41eda34622c778983421baa7b06d (patch)
tree4874ef796125b28b94b5634c9defbe5f36502ad5 /python/olm
parent9349c1b82bda4188f4fda85b1214abf50e994a7f (diff)
bump version info for release3.1.5
Diffstat (limited to 'python/olm')
-rw-r--r--python/olm/__version__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/olm/__version__.py b/python/olm/__version__.py
index 9ae5077..f472a89 100644
--- a/python/olm/__version__.py
+++ b/python/olm/__version__.py
@@ -2,7 +2,7 @@ __title__ = "python-olm"
__description__ = ("python CFFI bindings for the olm "
"cryptographic ratchet library")
__url__ = "https://github.com/poljar/python-olm"
-__version__ = "3.1.4"
+__version__ = "3.1.5"
__author__ = "Damir Jelić"
__author_email__ = "poljar@termina.org.uk"
__license__ = "Apache 2.0"