Skip to content

Commit

Permalink
Merge branch 'prepare-7.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Mar 16, 2017
2 parents 6d6968a + 1f23b59 commit 92abed8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@ CHANGELOG
This document describes changes between each past release.


7.1.0 (unreleased)
7.1.0 (2017-03-16)
==================

**Bug fixes**

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

**New features**

- Add logging (fixes #36, #110, thanks @sahildua2305)

**Documentation**

- Fix explanation about safe/if_match/last_modified
- Fix missing methods in docs (#102, thanks @gabisurita)
- Improve contributing guide (#104, #111, thanks @Sayli-Karnik)
- Show how to use the FxABearerTokenAuth auth (#117)


7.0.0 (2016-09-30)
==================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]

setup(name='kinto-http',
version='7.1.0.dev0',
version='7.1.0',
description='Kinto client',
long_description=README,
license='Apache License (2.0)',
Expand Down

0 comments on commit 92abed8

Please sign in to comment.