From 8e6b971fe6a5b900f94d31261928e1d3d4f4b24f Mon Sep 17 00:00:00 2001
From: Antoine Millet <antoine.millet@smartjog.com>
Date: Thu, 6 Oct 2011 15:06:28 +0200
Subject: [PATCH] Released version 15.

---
 debian/changelog  | 6 ++++++
 sjrpc/__init__.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 113232e..54d7b42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sjrpc (15) unstable; urgency=low
+
+  * Fixed bug with libev and Popen (SIGCHLD race condition bug).
+
+ -- Antoine Millet <antoine.millet@smartjog.com>  Thu, 06 Oct 2011 15:04:16 +0200
+
 sjrpc (14) unstable; urgency=low
 
   * New major update, API breaks, please read the doc.
diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py
index 81572f9..d752088 100644
--- a/sjrpc/__init__.py
+++ b/sjrpc/__init__.py
@@ -19,4 +19,4 @@ The library is separated into three parts:
 
 '''
 
-__version__ = '14'
+__version__ = '15'
-- 
GitLab