We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d79812 commit 8ab90e0Copy full SHA for 8ab90e0
2 files changed
CHANGELOG.rst
@@ -4,10 +4,15 @@ CHANGELOG
4
This document describes changes between each past release.
5
6
7
-6.2.0 (unreleased)
+6.2.1 (2016-09-08)
8
==================
9
10
-- Nothing changed yet.
+**New features**
11
+
12
+- Add a ``if_exists`` flag to delete methods to avoid raising if the
13
+ item was already deleted. (#82)
14
+- Improving the ``clone`` method to keep all the previous parameters values
15
+ if missing as parameters. (#91)
16
17
18
6.1.0 (2016-08-04)
setup.py
@@ -35,7 +35,7 @@
35
]
36
37
setup(name='kinto-http',
38
- version='6.2.0.dev0',
+ version='6.2.1',
39
description='Kinto client',
40
long_description=README,
41
license='Apache License (2.0)',
0 commit comments