aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-05-23 21:27:41 +0200
committerDavid Bremner <david@tethera.net>2015-05-23 21:27:41 +0200
commit11de429824da2c33cd3f2460f521bd201484242f (patch)
tree910d814f1422a04e6c87f76711aea72680463172 /bindings
parentccd7c0b0e6222ca41670eb9a29cc1f9346dad772 (diff)
parent3d81f496a039cbffbd27dfe2b4c4f3199a66f72e (diff)
Merge tag '0.20_rc2'
notmuch 0.20~rc2 release
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/notmuch/globals.py2
-rw-r--r--bindings/python/notmuch/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/notmuch/globals.py b/bindings/python/notmuch/globals.py
index 4c49d51d..70cfdc3d 100644
--- a/bindings/python/notmuch/globals.py
+++ b/bindings/python/notmuch/globals.py
@@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
"""
from ctypes import CDLL, Structure, POINTER
-from version import SOVERSION
+from notmuch.version import SOVERSION
#-----------------------------------------------------------------------------
#package-global instance of the notmuch library
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 4d5230f4..0377dae1 100644
--- a/bindings/python/notmuch/version.py
+++ b/bindings/python/notmuch/version.py
@@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
-__VERSION__ = '0.20~rc1'
+__VERSION__ = '0.20~rc2'
SOVERSION = '4'