diff options
| author | David Bremner <david@tethera.net> | 2016-10-03 23:04:22 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-10-03 23:04:22 -0300 |
| commit | 3a92ab8e4b793d7bcefbcffd40ebebe9120bae6a (patch) | |
| tree | c6d8da2323843a3418800c589bf8bafb9a0d2f38 | |
| parent | c2e74662bbbbf9be1fde0ae416dc2664ba3da3cd (diff) | |
| parent | 6cd6561aabcd24d033b592aa4503aaa3c06d241c (diff) | |
Merge tag '0.23'
notmuch 0.23 release
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | version | 2 |
4 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.23 (UNRELEASED) +Notmuch 0.23 (2016-10-03) ========================= General (Xapian 1.4+) diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 3e54cc24..b6cd0729 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.23~rc1' +__VERSION__ = '0.23' SOVERSION = '4' diff --git a/debian/changelog b/debian/changelog index 741bdd36..ed181eca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +notmuch (0.23-1) experimental; urgency=medium + + * New upstream release + * Bump minor version of libnotmuch4 because of new symbols. + * Several new features, see /usr/share/doc/notmuch/NEWS.gz + + -- David Bremner <bremner@debian.org> Mon, 03 Oct 2016 22:46:26 -0300 + notmuch (0.23~rc1-1) experimental; urgency=medium * New upstream release candidate @@ -1 +1 @@ -0.23~rc1 +0.23 |
