From d910bc713761ba8baabf8ac01b4bea087f3512cc Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 12 Sep 2017 18:07:59 +0200 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a75571..abf33c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,8 @@ Changelog **New features** - Add StatsD timer to measure E/S indexation (fixes #54) +- Add a ``kinto-reindex`` command to reindex existing collections of records (fixes #56) + 0.2.1 (2017-06-14) ------------------ From 8c88db56d7221a40223b5c4020698efa74fa7164 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 12 Sep 2017 18:08:21 +0200 Subject: [PATCH 2/3] Preparing release 0.3.0 --- CHANGELOG.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index abf33c4..b28eab7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -0.3.0 (unreleased) +0.3.0 (2017-09-12) ------------------ **New features** diff --git a/setup.py b/setup.py index 48f0ed8..54f9dac 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='kinto-elasticsearch', - version='0.3.0.dev0', + version='0.3.0', description="Index and search records using ElasticSearch.", long_description=readme + '\n\n' + history, author='Mozilla Services', From 1149de4f77286c75b7f85c31a6c07331d8a82760 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Tue, 12 Sep 2017 18:09:08 +0200 Subject: [PATCH 3/3] Update requirements --- requirements.txt | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/requirements.txt b/requirements.txt index d209ed6..7c7486b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,36 +1,36 @@ -appdirs==1.4.3 bcrypt==3.1.3 +certifi==2017.7.27.1 cffi==1.10.0 -colander==1.3.3 +chardet==3.0.4 +colander==1.4 colorama==0.3.9 cornice==2.4.0 cornice-swagger==0.5.1 elasticsearch==5.4.0 hupper==1.0 -iso8601==0.1.11 -jsonpatch==1.15 -jsonpointer==1.10 +idna==2.6 +iso8601==0.1.12 +jsonpatch==1.16 +jsonpointer==1.12 jsonschema==2.6.0 -kinto==7.0.1 +kinto==7.4.1 logging-color-formatter==1.0.2 -packaging==16.8 PasteDeploy==1.5.2 -pycparser==2.17 -pyparsing==2.2.0 -pyramid==1.8.3 +pycparser==2.18 +pyramid==1.8.5 pyramid-multiauth==0.9.0 -pyramid-tm==1.1.1 -python-dateutil==2.6.0 -repoze.lru==0.6 -requests==2.14.2 -simplejson==3.10.0 +pyramid-tm==2.2 +python-dateutil==2.6.1 +repoze.lru==0.7 +requests==2.18.4 +simplejson==3.11.1 six==1.10.0 transaction==2.1.2 translationstring==1.3 ujson==1.35 -urllib3==1.21.1 +urllib3==1.22 venusian==1.1.0 waitress==1.0.2 -WebOb==1.7.2 -zope.deprecation==4.2.0 -zope.interface==4.4.1 +WebOb==1.7.3 +zope.deprecation==4.3.0 +zope.interface==4.4.2