Skip to content

Commit 12a7656

Browse files
author
Rémy HUBSCHER
committed
Preparing release 4.0.0
1 parent f1f48c5 commit 12a7656

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,26 @@ CHANGELOG
44
This document describes changes between each past release.
55

66

7-
3.2.0 (unreleased)
7+
4.0.0 (2016-03-08)
88
==================
99

1010
**Breaking changes**
1111

1212
- The ``cli_utils.set_parser_server_options()`` was renamed
1313
``cli_utils.add_parser_options()`` (#63)
1414

15+
1516
**New features**
1617

1718
- The ``cli_utils`` can now handle option bucket and collection
1819
parameters. (#63)
1920

2021

22+
**Bug fixes**
23+
24+
- Do not sent body in GET requests. (#62)
25+
26+
2127
3.1.0 (2016-02-16)
2228
==================
2329

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
setup(name='kinto-client',
26-
version='3.2.0.dev0',
26+
version='4.0.0',
2727
description='Kinto client',
2828
long_description=README,
2929
license='Apache License (2.0)',

0 commit comments

Comments
 (0)