diff --git a/CHANGES.txt b/CHANGES.txt index 8b06cc6..86d84ae 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +1.7.0 +----- +* Fix Python 3 compatibility +* Refactor the constructor + 1.6.0 ----- * Support Python3 diff --git a/doc/conf.py b/doc/conf.py index ea22192..ac31a9c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '1.6.0' +version = '1.7.0' # The full version, including alpha/beta/rc tags. -release = '1.6.0' +release = '1.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 1a8bc42..8208a52 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name='imgurup', description='Upload to imgur using API(v3). Support CLI, KDE,Zenity(GTK) and Mac dialog upload. And you can also use your account to upload :).', long_description=open('README.rst').read(), - version='1.6.0', + version='1.7.0', author='carlcarl', author_email='carlcarlking@gmail.com', url='https://github.com/carlcarl/imgurup',