File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,26 @@ CHANGELOG
4
4
This document describes changes between each past release.
5
5
6
6
7
- 3.2 .0 (unreleased )
7
+ 4.0 .0 (2016-03-08 )
8
8
==================
9
9
10
10
**Breaking changes **
11
11
12
12
- The ``cli_utils.set_parser_server_options() `` was renamed
13
13
``cli_utils.add_parser_options() `` (#63)
14
14
15
+
15
16
**New features **
16
17
17
18
- The ``cli_utils `` can now handle option bucket and collection
18
19
parameters. (#63)
19
20
20
21
22
+ **Bug fixes **
23
+
24
+ - Do not sent body in GET requests. (#62)
25
+
26
+
21
27
3.1.0 (2016-02-16)
22
28
==================
23
29
Original file line number Diff line number Diff line change 23
23
24
24
25
25
setup (name = 'kinto-client' ,
26
- version = '3.2.0.dev0 ' ,
26
+ version = '4.0.0 ' ,
27
27
description = 'Kinto client' ,
28
28
long_description = README ,
29
29
license = 'Apache License (2.0)' ,
You can’t perform that action at this time.
0 commit comments