aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--bindings/python/notmuch/version.py2
-rw-r--r--debian/changelog7
-rw-r--r--version2
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