notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 42871517c62c3b528d3b1ed792a7317877573345 (patch)
   parent 58bf820b NEWS for 0.25.2
     tree 04ca3018b72ede157b1f4ee0758e7571c69e0b39
   author David Bremner <david@tethera.net>  2017-11-05 19:59:30 -0400
committer David Bremner <david@tethera.net>  2017-11-05 19:59:30 -0400

version: bump to 0.25.2

---
 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 afd59190..36aaaeb7 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.1'
+__VERSION__ = '0.25.2'
 SOVERSION = '5'
diff --git a/version b/version
index af2dabf3..166c9e29 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.25.1
+0.25.2


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