diff options
author | David Bremner <david@tethera.net> | 2014-06-25 08:01:17 -0300 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-06-25 08:01:17 -0300 |
commit | 6ef676aac3d1c954e894326924ea9f25b97cec95 (patch) | |
tree | 482ce7c044154491833f012250f3896f9434d96f /bindings | |
parent | fea7a411811a6dd3decca335ffa8daa4f805acb5 (diff) | |
parent | 4276eba3ca5639360174adcd91cdea2c424e2159 (diff) |
Merge tag '0.18.1'
notmuch 0.18.1 release
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/notmuch/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 2f7ae23f..40f3e889 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.18.1~rc0' +__VERSION__ = '0.18.1' |