aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-04-30 18:25:21 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-04-30 18:25:21 -0400
commit769d013ef7b20757d2f83ab2e933f660e38de2a7 (patch)
tree749faa57b9adbe1ee762b0ad0e5f8fa1f71e1f20 /python
parent69feb86c01838cffdfbfdb5dc7d9432667832d95 (diff)
release 3.1.23.1.2
Diffstat (limited to 'python')
-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 e4ec665..3ce140b 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.1"
+__version__ = "3.1.2"
__author__ = "Damir Jelić"
__author_email__ = "poljar@termina.org.uk"
__license__ = "Apache 2.0"