Add support language versions and bumped to 1.4.0
authororakaro <orakaro@mercari.com>
Thu, 30 Aug 2018 11:37:15 +0000 (20:37 +0900)
committerorakaro <orakaro@mercari.com>
Thu, 30 Aug 2018 11:37:15 +0000 (20:37 +0900)
docs/conf.py
setup.py

index 5e246b3815356e5aef9138eff4d5e2c210cf3385..be5b3fbb3624e447d2f1df9f7e34575f45884df0 100644 (file)
@@ -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.
index 5cf52f004a40242cd51ca116667f0202aa39c46a..2e2cb6ccc1499c21c813757ed404cb5614a4c4b5 100644 (file)
--- 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",