diff options
| author | David Bremner <david@tethera.net> | 2015-10-15 08:16:26 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-15 08:24:26 -0300 |
| commit | 627efac85ea3783e9edbb3814d9225c41389df74 (patch) | |
| tree | 7e73725ca87da37854780ac29a566549a85d21c3 | |
| parent | 364ab6a225bd539d703164d11b8971d6d5df80b2 (diff) | |
version: bump to 0.21~rc1
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/NEWS | 2 | ||||
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 1295ac5a..ddb324f1 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.20.2' +__VERSION__ = '0.21~rc1' SOVERSION = '4' diff --git a/debian/NEWS b/debian/NEWS index 39cb3ede..174c1303 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -notmuch (0.21~rc0-1) experimental; urgency=medium +notmuch (0.21~rc1-1) experimental; urgency=medium * This release of notmuch requires a non-reversible database upgrade to support database revision tracking. This upgrade will happen on diff --git a/debian/changelog b/debian/changelog index 804fa043..c09839b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -notmuch (0.21~rc0-1) experimental; urgency=medium +notmuch (0.21~rc1-1) experimental; urgency=medium - * new upstream release candidate + * New upstream release candidate -- David Bremner <bremner@debian.org> Thu, 15 Oct 2015 08:08:17 -0300 @@ -1 +1 @@ -0.20.2 +0.21~rc1 |
