Skip to content

Commit 33e7c40

Browse files
authored
Merge pull request #151 from Kinto/prepare-9.0.0
Prepare 9.0.0
2 parents 4fafad4 + 0c48320 commit 33e7c40

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
This 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**

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include *.rst README.rst CHANGELOG.rst tox.ini Makefile .coveragerc
22
include *.txt
33
include LICENSE
4+
include CONTRIBUTING.md
45
recursive-include kinto_http *.ini

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
]
3636

3737
setup(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"

0 commit comments

Comments
 (0)