diff options
| author | David Bremner <david@tethera.net> | 2018-01-09 07:15:16 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-01-09 07:15:16 -0400 |
| commit | 461260c3c6f3d8e9cff20bf663f12805aea2d45d (patch) | |
| tree | 189dc5bbeca0df1ae25fbe6de3453fb23cefdff9 | |
| parent | 50da90ef0384c4a078b4f327dd9585d93936d8fa (diff) | |
version: bump to 0.26
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 4bec8d2c..bc246330 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~rc2' +__VERSION__ = '0.26' SOVERSION = '5' @@ -1 +1 @@ -0.26~rc2 +0.26 |
