diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a593f0502..e481df651 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog This document describes changes between each past release. -4.1.0 (unreleased) +4.0.1 (2016-08-22) ------------------ **Bug fixes** diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 933db43b7..0a9ef7f50 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -16,6 +16,7 @@ Contributors * David Larlet * Enguerran * Eric Bréhault +* Eric Le Lay * Éric Lemoine * Ethan Glasser-Camp * Fil diff --git a/docs/conf.py b/docs/conf.py index 01289d830..8d2aceec0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,7 +74,7 @@ # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0.0' +release = '4.0.1' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/requirements.txt b/requirements.txt index a72d3ed60..9ad07374a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,13 +10,13 @@ jsonschema==2.5.1 newrelic==2.68.0.50 PasteDeploy==1.5.2 psycopg2==2.6.2 -pyramid==1.7.2 +pyramid==1.7.3 pyramid-multiauth==0.8.0 pyramid-tm==0.12.1 python-dateutil==2.5.3 raven==5.24.3 repoze.lru==0.6 -requests==2.11.0 +requests==2.11.1 simplejson==3.8.2 six==1.10.0 SQLAlchemy==1.0.14 diff --git a/setup.py b/setup.py index b27f518d1..14bcebe8e 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def read_file(filename): setup(name='kinto', - version='4.1.0.dev0', + version='4.0.1', description='Kinto Web Service - Store, Sync, Share, and Self-Host.', long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS, license='Apache License (2.0)',