bump to 0.7.0dev
This commit is contained in:
parent
dfa0f37c81
commit
434cae5811
|
@ -1,6 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.0 -
|
||||||
|
--------
|
||||||
|
* drop Python 2 compatibility & legacy code
|
||||||
|
|
||||||
0.6.1 - April 16 2018
|
0.6.1 - April 16 2018
|
||||||
---------------------
|
---------------------
|
||||||
* fixed wheel release issue
|
* fixed wheel release issue
|
||||||
|
|
|
@ -45,16 +45,16 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'jellyfish'
|
project = 'jellyfish'
|
||||||
copyright = '2016, James Turk'
|
copyright = '2018, James Turk'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.6'
|
version = '0.7'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -95,7 +95,7 @@ def run_setup(build_c):
|
||||||
long_description = readme.read()
|
long_description = readme.read()
|
||||||
|
|
||||||
setup(name="jellyfish",
|
setup(name="jellyfish",
|
||||||
version="0.6.1",
|
version="0.7.0",
|
||||||
platforms=["any"],
|
platforms=["any"],
|
||||||
description=("a library for doing approximate and "
|
description=("a library for doing approximate and "
|
||||||
"phonetic matching of strings."),
|
"phonetic matching of strings."),
|
||||||
|
|
Loading…
Reference in New Issue