From: orakaro Date: Thu, 30 Aug 2018 11:37:15 +0000 (+0900) Subject: Add support language versions and bumped to 1.4.0 X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=1bb3cd901f6814d63abf2bd35718634dc808aeaa Add support language versions and bumped to 1.4.0 --- diff --git a/docs/conf.py b/docs/conf.py index 5e246b3..be5b3fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '1.3.9' +version = '1.4.0' # The full version, including alpha/beta/rc tags. -release = '1.3.9' +release = '1.4.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 5cf52f0..2e2cb6c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ else: from shlex import quote # Bumped version -version = '1.3.9' +version = '1.4.0' # Require install_requires = [ @@ -53,6 +53,8 @@ setup(name='rainbowstream', "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities", "License :: OSI Approved :: MIT License",