diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6fcc9cc32..9da854275 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.1.0 (2016-08-22) ------------------ **New features** diff --git a/docs/conf.py b/docs/conf.py index 8d2aceec0..ca50e4b7e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,9 +72,9 @@ # built documents. # # The short X.Y version. -version = '4.0' +version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.0.1' +release = '4.1.0' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/setup.py b/setup.py index b27f518d1..1ba0762ef 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.1.0', description='Kinto Web Service - Store, Sync, Share, and Self-Host.', long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS, license='Apache License (2.0)',