File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CHANGELOG
4
4
This document describes changes between each past release.
5
5
6
6
7
- 9.0.0 (unreleased )
7
+ 9.0.0 (2017-05-25 )
8
8
==================
9
9
10
10
**Breaking changes **
Original file line number Diff line number Diff line change 1
1
include *.rst README.rst CHANGELOG.rst tox.ini Makefile .coveragerc
2
2
include *.txt
3
3
include LICENSE
4
+ include CONTRIBUTING.md
4
5
recursive-include kinto_http *.ini
Original file line number Diff line number Diff line change 35
35
]
36
36
37
37
setup (name = 'kinto-http' ,
38
- version = '8.1.0.dev0 ' ,
38
+ version = '9.0.0 ' ,
39
39
description = 'Kinto client' ,
40
40
long_description = README ,
41
41
license = 'Apache License (2.0)' ,
42
42
classifiers = [
43
43
"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 " ,
47
47
"Programming Language :: Python :: Implementation :: CPython" ,
48
48
"Topic :: Internet :: WWW/HTTP" ,
49
49
"License :: OSI Approved :: Apache Software License"
You can’t perform that action at this time.
0 commit comments