File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CHANGELOG
44This document describes changes between each past release.
55
66
7- 9.0.0 (unreleased )
7+ 9.0.0 (2017-05-25 )
88==================
99
1010**Breaking changes **
Original file line number Diff line number Diff line change 11include *.rst README.rst CHANGELOG.rst tox.ini Makefile .coveragerc
22include *.txt
33include LICENSE
4+ include CONTRIBUTING.md
45recursive-include kinto_http *.ini
Original file line number Diff line number Diff line change 3535]
3636
3737setup (name = 'kinto-http' ,
38- version = '8.1.0.dev0 ' ,
38+ version = '9.0.0 ' ,
3939 description = 'Kinto client' ,
4040 long_description = README ,
4141 license = 'Apache License (2.0)' ,
4242 classifiers = [
4343 "Programming Language :: Python" ,
44- "Programming Language :: Python :: 2 " ,
45- "Programming Language :: Python :: 2.7 " ,
46- "Programming Language :: Python :: 3.4 " ,
44+ "Programming Language :: Python :: 3 " ,
45+ "Programming Language :: Python :: 3.5 " ,
46+ "Programming Language :: Python :: 3.6 " ,
4747 "Programming Language :: Python :: Implementation :: CPython" ,
4848 "Topic :: Internet :: WWW/HTTP" ,
4949 "License :: OSI Approved :: Apache Software License"
You can’t perform that action at this time.
0 commit comments