diff options
| author | David Bremner <david@tethera.net> | 2023-09-12 08:56:22 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-09-12 08:56:22 -0300 |
| commit | cb309ae03af0dad4392b6a6d6dd7ddee8addc74b (patch) | |
| tree | e05dde01ebde17bfbb528aa53ca9f350e9ad96f9 /bindings | |
| parent | 5303e35089e1a8ffcdb1d5891bc85d3f6c401a8f (diff) | |
| parent | 60b5ea319a45900b1e610715481faaa339ea3a4c (diff) | |
Merge branch 'release'
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/Makefile.local | 4 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 7b10af08..9875123a 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -34,3 +34,7 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \ CLEAN += bindings/ruby/.vendorarchdir.time $(dir)/ruby.stamp CLEAN += bindings/python-cffi/build $(dir)/python-cffi.stamp +CLEAN += bindings/python-cffi/__pycache__ + +DISTCLEAN += bindings/python-cffi/_notmuch_config.py \ + bindings/python-cffi/notmuch2.egg-info diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 8e62314e..c847a1a3 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.38~rc2' +__VERSION__ = '0.38' SOVERSION = '5' |
