From 434cae5811ea5eaaeb301175181e12ed3336c710 Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 16 Apr 2018 13:17:44 -0400 Subject: [PATCH] bump to 0.7.0dev --- docs/changelog.rst | 4 ++++ docs/conf.py | 6 +++--- setup.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2955ee8..1e76a31 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +0.7.0 - +-------- +* drop Python 2 compatibility & legacy code + 0.6.1 - April 16 2018 --------------------- * fixed wheel release issue diff --git a/docs/conf.py b/docs/conf.py index dfb46a1..23c2c40 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,16 +45,16 @@ master_doc = 'index' # General information about the project. project = 'jellyfish' -copyright = '2016, James Turk' +copyright = '2018, James Turk' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.6.0' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 8984cb2..0ce71bd 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def run_setup(build_c): long_description = readme.read() setup(name="jellyfish", - version="0.6.1", + version="0.7.0", platforms=["any"], description=("a library for doing approximate and " "phonetic matching of strings."),