diff options
| author | David Bremner <david@tethera.net> | 2018-05-26 09:11:42 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-05-26 09:11:49 -0700 |
| commit | c6225a00f5736aafb5595e8ce02381baf3162dcf (patch) | |
| tree | 1d138ccdd41f01e2a6d4b1c7495ecf0f2709d8c2 /bindings/python | |
| parent | b50fb1b642be5f418db56f00f4518b1d3b2c83eb (diff) | |
bump version to 0.27~rc0
Start the busywork for a new release
Diffstat (limited to 'bindings/python')
| -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 724b5e54..7b66f574 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.26.2' +__VERSION__ = '0.27~rc0' SOVERSION = '5' |
