Skip to content

Commit

Permalink
Merge pull request #99 from Kinto/prepare-6.3.0
Browse files Browse the repository at this point in the history
Prepare 6.3.0
  • Loading branch information
leplatrem authored Sep 30, 2016
2 parents dea329a + b56ecbf commit 89a90c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,21 @@ 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)
**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)
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='6.3.0.dev0',
version='7.0.0',
description='Kinto client',
long_description=README,
license='Apache License (2.0)',
Expand Down

0 comments on commit 89a90c7

Please sign in to comment.