diff options
| author | David Bremner <david@tethera.net> | 2021-09-20 07:19:01 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-20 07:19:01 -0300 |
| commit | 0deced676415d581d00e8346f490aa139b1f86ff (patch) | |
| tree | 17337ff09b92075d59ee8734d20c8dfd9f2685b0 /bindings | |
| parent | 3901179d2ed93f7ee48eec05f417b275f411293f (diff) | |
| parent | 8e59438025c88ebd83a78cf12c06ff954d979e01 (diff) | |
Merge tag '0.33.1' into debian/bullseye-backports
notmuch 0.33.1 release
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/python-cffi/version.txt | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/version.txt b/bindings/python-cffi/version.txt index 94b357ed..8df3f459 100644 --- a/bindings/python-cffi/version.txt +++ b/bindings/python-cffi/version.txt @@ -1 +1 @@ -0.33 +0.33.1 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index eaa3fce7..27b651b1 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.33' +__VERSION__ = '0.33.1' SOVERSION = '5' |
