From d9e47cf01db64b23d6dcd821c9637b940fcbfdbe Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Wed, 10 Feb 2021 09:08:44 -0800 Subject: [PATCH] Release 0.1.7 --- doc/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index c8c306b..7f7bef9 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -4,6 +4,11 @@ Changelog .. TODO Uncomment this: + Version 0.1.8 + ------------- + + To be released. + Version 0.1.7 ------------- diff --git a/setup.py b/setup.py index 752dc43..788b54f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Do not change the variable name. It's parsed by doc/conf.py script. -version = '0.1.7rc1' +version = '0.1.7' requires = ['Sphinx >= 1.2', 'six']