Skip to content

Commit 92abed8

Browse files
author
Rémy HUBSCHER
committed
Merge branch 'prepare-7.0.1'
2 parents 6d6968a + 1f23b59 commit 92abed8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.rst

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

66

7-
7.1.0 (unreleased)
7+
7.1.0 (2017-03-16)
88
==================
99

1010
**Bug fixes**
1111

1212
- Method for plural endpoints now return list of objects instead of ``odict_values``.
1313

14+
**New features**
15+
16+
- Add logging (fixes #36, #110, thanks @sahildua2305)
17+
18+
**Documentation**
19+
20+
- Fix explanation about safe/if_match/last_modified
21+
- Fix missing methods in docs (#102, thanks @gabisurita)
22+
- Improve contributing guide (#104, #111, thanks @Sayli-Karnik)
23+
- Show how to use the FxABearerTokenAuth auth (#117)
24+
1425

1526
7.0.0 (2016-09-30)
1627
==================

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.1.0.dev0',
38+
version='7.1.0',
3939
description='Kinto client',
4040
long_description=README,
4141
license='Apache License (2.0)',

0 commit comments

Comments
 (0)