notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 4fc79eb196d4495a70a0e6eeeba247988f2be78d (patch)
   parent 72de6403 notmuch-mutt: fix Perl syntax of hash index lookups
     tree be8c117400c8d094816861371ce745ab9922ece0
   author David Bremner <david@tethera.net>  2023-10-12 19:52:42 -0300
committer David Bremner <david@tethera.net>  2023-10-12 19:52:42 -0300

version: update to 0.38.1~rc1

---
 bindings/python/notmuch/version.py | 2 +-
 version.txt                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index af97e6d1..e654ab7f 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.1~pre0'
+__VERSION__ = '0.38.1~rc1'
 SOVERSION = '5'
diff --git a/version.txt b/version.txt
index cf30d88f..ba1bb575 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.38.1~pre0
+0.38.1~rc1


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git