diff options
| author | David Bremner <david@tethera.net> | 2015-10-22 07:47:43 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-22 09:19:21 -0300 |
| commit | 246d540dbe569da1b19cb3409fc2afb7c46928fa (patch) | |
| tree | a12c11cc427f9d2d8880d6702f4438cd3e08c2d3 | |
| parent | 429ec8666ec3e87f68dde879eea9f865b68275fe (diff) | |
version: bump to 0.21~rc3
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | version | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index eac6e609..2f641158 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.21~rc2' +__VERSION__ = '0.21~rc3' SOVERSION = '4' diff --git a/debian/changelog b/debian/changelog index 1e242075..d3f311c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.21~rc3-1) experimental; urgency=medium + + * New upstream release candidate + + -- David Bremner <bremner@debian.org> Thu, 22 Oct 2015 09:19:02 -0300 + notmuch (0.21~rc2-1) experimental; urgency=medium * New upstream release candidate @@ -1 +1 @@ -0.21~rc2 +0.21~rc3 |
