diff options
| author | David Bremner <david@tethera.net> | 2022-04-25 09:07:45 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-04-25 09:07:45 -0300 |
| commit | e3ad0087f3453c89871acac8b11da8bab1ac54df (patch) | |
| tree | cb87908e77fa3bb870c57ee1b3e5ba998f862ba1 | |
| parent | 2c61fff4ec8fea9a0bdefd13a7a14a34c5e27ada (diff) | |
| parent | a9b5f8959a20bbce774dec8a65a8b207555e52bd (diff) | |
Merge branch 'release'
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | version.txt | 2 |
4 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.36 (UNRELEASED) +Notmuch 0.36 (2022-04-25) ========================= Library diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 833e05d6..59144626 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.36~rc1' +__VERSION__ = '0.36' SOVERSION = '5' diff --git a/debian/changelog b/debian/changelog index 182789f4..1c6f3586 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +notmuch (0.36-1) unstable; urgency=medium + + * New upstream release + + -- David Bremner <bremner@debian.org> Mon, 25 Apr 2022 08:47:41 -0300 + notmuch (0.36~rc1-1) experimental; urgency=medium * New upstream release candidate diff --git a/version.txt b/version.txt index db0791cc..2037dfa6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.36~rc1 +0.36 |
