From 9f35c3a8d0769b73a56dce7bb7f6f12a1f2ce7a0 Mon Sep 17 00:00:00 2001 From: Ryan Hiebert Date: Mon, 10 Dec 2018 10:19:55 -0600 Subject: [PATCH] Release 0.7 - Make ProcSerializer inherit from object (#47) --- CHANGES.rst | 9 +++++++-- hirefire/__init__.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 34854185..2089fb6e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,10 @@ -0.6 (2018-10-10 ---------------- +0.7 (2018-12-10) +---------------- + +- Make ProcSerializer inherit from object (#47) + +0.6 (2018-10-10) +---------------- - Use concurrent futures to reduce blocking IO (#37) - Add a test suite (#41) diff --git a/hirefire/__init__.py b/hirefire/__init__.py index 27fda16b..e220fa9e 100644 --- a/hirefire/__init__.py +++ b/hirefire/__init__.py @@ -1 +1 @@ -__version__ = '0.6' +__version__ = '0.7'