From 1f2bb88e92e13375ba79cefb2d28c982255ef7f3 Mon Sep 17 00:00:00 2001
From: David Bremner <david@tethera.net>
Date: Sun, 4 May 2014 07:32:43 +0900
Subject: [PATCH] version: bump for 0.18~rc1

Doing all of the needed version bumps in one commit, and do a
complete, if minimal debian changelog entry
---
 NEWS                               | 2 +-
 bindings/python/notmuch/version.py | 2 +-
 debian/changelog                   | 7 +++++++
 version                            | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index f10c280b..983db2b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Notmuch 0.18~rc0 (2014-04-22)
+Notmuch 0.18~rc1 (2014-05-04)
 =============================
 
 Overview
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index f15440d1..a10ecd93 100644
--- a/bindings/python/notmuch/version.py
+++ b/bindings/python/notmuch/version.py
@@ -1,2 +1,2 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.18~rc0'
+__VERSION__ = '0.18~rc1'
diff --git a/debian/changelog b/debian/changelog
index 72dbd45c..15fc994e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+notmuch (0.18~rc1-1) experimental; urgency=low
+
+  * Upstream release candidate
+    - include encoding fix for vim client.
+
+ -- David Bremner <bremner@debian.org>  Sun, 04 May 2014 07:29:51 +0900
+
 notmuch (0.18~rc0-1) experimental; urgency=low
 
   * Upstream release candidate.
diff --git a/version b/version
index 065d0c86..9f565a42 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.18~rc0
+0.18~rc1
-- 
2.45.2