notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit b8ccfe342d8f99a4df1a4e56c8e8cc133578e5c2 (patch)
   parent 33e7441f debian: allow emacs25 as a build depend
     tree 3493b37f0e9ed41e4160681b2570b35df21902bf
   author David Bremner <david@tethera.net>  2017-07-18 07:04:29 -0300
committer David Bremner <david@tethera.net>  2017-07-18 07:04:29 -0300

version: bump to 0.25~rc1

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

diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index aa4a6b63..15eeef20 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.25~rc0'
+__VERSION__ = '0.25~rc1'
 SOVERSION = '5'
diff --git a/version b/version
index ea0647b7..8550eaa3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.25~rc0
+0.25~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