From 10b00db3e8b6eeb35ecb142094821c2cf4875e26 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Fri, 30 Sep 2016 13:57:32 +0200 Subject: [PATCH 1/2] Preparing release 7.0.0 --- CHANGELOG.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e8655d1..2c6e226 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ CHANGELOG This document describes changes between each past release. -6.3.0 (unreleased) +7.0.0 (2016-09-30) ================== - Added CRUD methods for the endpoint group. (#95) diff --git a/setup.py b/setup.py index 4c69065..2bc44d8 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ] setup(name='kinto-http', - version='6.3.0.dev0', + version='7.0.0', description='Kinto client', long_description=README, license='Apache License (2.0)', From b56ecbf9d0c78f6edef451edf5f39b0360a53b17 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Fri, 30 Sep 2016 13:57:49 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c6e226..4b957d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,18 @@ This document describes changes between each past release. 7.0.0 (2016-09-30) ================== -- Added CRUD methods for the endpoint group. (#95) +**Breaking changes** + +- Removed ``if_exists`` argument from the ``delete_*s`` methods for plural endpoints + (#98, thanks @mansimarkaur!) + +**New features** + +- Added CRUD methods for the group endpoints (#95, thanks @mansimarkaur!) + +**Documentation** + +- Add contributing guide (#90, thanks @sahildua2305!) 6.2.1 (2016-09-08)