diff options
| author | David Bremner <david@tethera.net> | 2014-11-09 16:23:58 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-11-09 16:23:58 +0100 |
| commit | 61bae7726d667e88c47fa3e46730338b43fd4e3c (patch) | |
| tree | d4a6e518fb930f0a1b9d6c242a8131542078e7be | |
| parent | 78a1575aa41de2b593ca47ff1ca72673f26088fa (diff) | |
bump version to 0.19~rc2
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.19~rc1 (2014-11-06) +Notmuch 0.19~rc2 (2014-11-09) ============================= Command-Line Interface diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 1b270856..4e1408d9 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.19~rc1' +__VERSION__ = '0.19~rc2' diff --git a/debian/changelog b/debian/changelog index 1788c828..7ffd2fd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.19~rc2-1) experimental; urgency=medium + + * New upstream release candidate + * Updated defaults for "notmuch address" + + -- David Bremner <bremner@debian.org> Sun, 09 Nov 2014 16:23:30 +0100 + notmuch (0.19~rc1-1) experimental; urgency=low * New upstream release candidate @@ -1 +1 @@ -0.19~rc1 +0.19~rc2 |
