Skip to content

Commit 89a90c7

Browse files
authored
Merge pull request #99 from Kinto/prepare-6.3.0
Prepare 6.3.0
2 parents dea329a + b56ecbf commit 89a90c7

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.rst

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

66

7-
6.3.0 (unreleased)
7+
7.0.0 (2016-09-30)
88
==================
99

10-
- Added CRUD methods for the endpoint group. (#95)
10+
**Breaking changes**
11+
12+
- Removed ``if_exists`` argument from the ``delete_*s`` methods for plural endpoints
13+
(#98, thanks @mansimarkaur!)
14+
15+
**New features**
16+
17+
- Added CRUD methods for the group endpoints (#95, thanks @mansimarkaur!)
18+
19+
**Documentation**
20+
21+
- Add contributing guide (#90, thanks @sahildua2305!)
1122

1223

1324
6.2.1 (2016-09-08)

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

0 commit comments

Comments
 (0)