diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dcc8d0e7..de1f0cdb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog This document describes changes between each past release. -3.2.0 (unreleased) +3.1.4 (2016-05-10) ------------------ **Bug fixes** diff --git a/cliquet_docs/conf.py b/cliquet_docs/conf.py index acd74fc3..3b1a5ac9 100644 --- a/cliquet_docs/conf.py +++ b/cliquet_docs/conf.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +3# -*- coding: utf-8 -*- # # Cliquet documentation build configuration file, created by # sphinx-quickstart on Mon Feb 2 15:08:06 2015. @@ -72,7 +72,7 @@ def setup(app): # The short X.Y version. version = '3.1' # The full version, including alpha/beta/rc tags. -release = '3.1.3' +release = '3.1.4' # 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 3e54cac1..01b83f39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ colander==1.2 colorama==0.3.7 -contextlib2==0.5.1 +contextlib2==0.5.3 cornice==1.2.1 -enum34==1.1.4 +enum34==1.1.5 iso8601==0.1.11 newrelic==2.64.0.48 PasteDeploy==1.5.2 @@ -11,16 +11,16 @@ pyramid==1.6.1 pyramid-multiauth==0.8.0 pyramid-tm==0.12.1 python-dateutil==2.5.3 -raven==5.13.0 +raven==5.16.0 redis==2.10.5 repoze.lru==0.6 -requests==2.9.1 +requests==2.10.0 simplejson==3.8.2 six==1.10.0 SQLAlchemy==1.0.12 statsd==3.2.1 structlog==16.0.0 -transaction==1.4.4 +transaction==1.5.0 translationstring==1.3 ujson==1.35 venusian==1.0 diff --git a/setup.py b/setup.py index 8b43d283..7d40957f 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup(name='cliquet', - version='3.2.0.dev0', + version='3.1.4', description='Micro service API toolkit', long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS, license='Apache License (2.0)',