diff options
| author | David Bremner <david@tethera.net> | 2017-03-08 08:31:51 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-03-08 08:31:51 -0400 |
| commit | 4e872c64e1ab63f35edfd4d0a6500cc24b62fe0d (patch) | |
| tree | a8dcc4673cb550b24cb725bd83303f67fde78f7e /bindings | |
| parent | 8f35cb889acd82a631cc7277ee3f97cf2f50e928 (diff) | |
| parent | 29958b2b9a548d0cc6bc2a435e3476cdc6acd7d1 (diff) | |
Merge branch 'release'
new release candidate, with regexp fix
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 43071028..7aa101d3 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.24~rc0' +__VERSION__ = '0.24~rc1' SOVERSION = '4' |
