diff options
| author | David Bremner <david@tethera.net> | 2021-11-04 16:28:03 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-11-04 16:28:03 -0300 |
| commit | fc3c79dd37d4bae938a5d0a1d7773bea48dd09b4 (patch) | |
| tree | b730664b23bfa2c2ad18254c32ad0362f4535fb3 /bindings | |
| parent | 78416a3e97fd19df5c89cdaf564c76be0edea740 (diff) | |
| parent | 6858c365956ba26b42721093707e5a57ca8a6b93 (diff) | |
Merge tag '0.34.1'
notmuch 0.34.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 61d2f357..cd46610f 100644 --- a/bindings/python-cffi/version.txt +++ b/bindings/python-cffi/version.txt @@ -1 +1 @@ -0.34 +0.34.1 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index de3faa77..701d61d5 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.34' +__VERSION__ = '0.34.1' SOVERSION = '5' |
