We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b430a commit 47aeff1Copy full SHA for 47aeff1
CHANGELOG.rst
@@ -4,10 +4,13 @@ CHANGELOG
4
This document describes changes between each past release.
5
6
7
-3.0.1 (unreleased)
+3.1.0 (2016-02-16)
8
==================
9
10
-- Nothing changed yet.
+**New features**
11
+
12
+- Add CLI helpers to configure and instantiate a Client from command-line arguments
13
+ (#59)
14
15
16
3.0.0 (2016-02-10)
setup.py
@@ -23,7 +23,7 @@
23
24
25
setup(name='kinto-client',
26
- version='3.0.1.dev0',
+ version='3.1.0',
27
description='Kinto client',
28
long_description=README,
29
license='Apache License (2.0)',
0 commit comments