diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a0793b..8bcd162 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -0.1.0 (unreleased) +0.1.0 (2017-05-26) ------------------ **New features** diff --git a/requirements.txt b/requirements.txt index c91ee78..d209ed6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ colorama==0.3.9 cornice==2.4.0 cornice-swagger==0.5.1 elasticsearch==5.4.0 -functools32==3.2.3.post2 hupper==1.0 iso8601==0.1.11 jsonpatch==1.15 @@ -16,8 +15,8 @@ kinto==7.0.1 logging-color-formatter==1.0.2 packaging==16.8 PasteDeploy==1.5.2 -pkg-resources==0.0.0 pycparser==2.17 +pyparsing==2.2.0 pyramid==1.8.3 pyramid-multiauth==0.9.0 pyramid-tm==1.1.1 diff --git a/setup.py b/setup.py index 87ee213..b315cee 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='kinto-elasticsearch', - version='0.1.0.dev0', + version='0.1.0', description="Index and search records using ElasticSearch.", long_description=readme + '\n\n' + history, author='Mozilla Services',