From 6b51d7f3358ea02055d2149e0e15eb1ffbb770db Mon Sep 17 00:00:00 2001 From: Chrissy Wainwright Date: Wed, 20 Jan 2016 09:29:20 -0600 Subject: [PATCH] bump version number --- CHANGES.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index edab8c0..b8253ae 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,6 @@ +1.9.5 (unreleased) +================== + 1.9.4 (2016-01-20) ================== diff --git a/setup.py b/setup.py index c6fe159..8a7b2bf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() -version = '1.9.4' +version = '1.9.5' long_description = ( read('README.rst')