Skip to content

Commit 5686014

Browse files
author
Rémy HUBSCHER
committed
Merge branch 'prepare-8.0.0'
2 parents 61ae742 + f29e1b0 commit 5686014

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ CHANGELOG
44
This document describes changes between each past release.
55

66

7-
7.3.0 (unreleased)
7+
8.0.0 (2017-05-11)
88
==================
99

1010
**Breaking changes**
1111

12+
- Fetch only one page when ``_limit`` is specified and allow to override this
13+
with a ``pages`` argument (fixes #136)
1214
- Make client methods API consistent by forcing keyword parameters (#119)
1315
- Deduce the ``id`` of a resource with the value of ``id`` in ``data`` if present (#143)
1416
- Drop Python 2.7 support. Now supports Python 3.5+
@@ -18,8 +20,6 @@ This document describes changes between each past release.
1820
- Keep tracks of Backoff headers and raise an ``BackoffException`` if
1921
we are not waiting enough between two calls. (#53)
2022
- Add ``--retry`` and ``--retry-after`` to CLI utils helpers (fixes #126)
21-
- Fetch only one page when ``_limit`` is specified and allow to override this
22-
with a ``pages`` argument (fixes #136)
2323

2424
**Bug fixes**
2525

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
requests==2.10.0
1+
appdirs==1.4.3
2+
packaging==16.8
3+
pyparsing==2.2.0
4+
requests==2.14.2
25
six==1.10.0
3-
Unidecode==0.4.19
6+
Unidecode==0.4.20

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]
3636

3737
setup(name='kinto-http',
38-
version='7.3.0.dev0',
38+
version='8.0.0',
3939
description='Kinto client',
4040
long_description=README,
4141
license='Apache License (2.0)',

0 commit comments

Comments
 (0)