diff options
| author | David Bremner <david@tethera.net> | 2017-07-25 07:21:29 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-07-25 07:21:29 -0400 |
| commit | 7a4c60e446783c227222e77bbaab0f08d587f4a5 (patch) | |
| tree | c68f70a1d5b3e84b3c529fe183b021428be14cc4 /bindings/python | |
| parent | 3cb823628c3be2ddd57899018ae1a42bc5118d3e (diff) | |
version: bump to 0.25
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 15eeef20..62dd1f19 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.25~rc1' +__VERSION__ = '0.25' SOVERSION = '5' |
