Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #699 from mozilla-services/prepare-3.1.3
Browse files Browse the repository at this point in the history
Preparing release 3.1.3
  • Loading branch information
leplatrem committed Apr 29, 2016
2 parents 769b8a5 + 2df6a5d commit c5d8f63
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -4,14 +4,19 @@ Changelog
This document describes changes between each past release.


3.2.0 (unreleased)
3.1.3 (2016-04-29)
------------------

**Bug fixes**

- Fix migration of triggers in PostgreSQL storage backend when upgrading from <3.0.0.
Running the ``migrate`` command will basically re-create them (fixes Kinto/kinto#559)

**Documentation**

- Fix some typos in documentation (#696)
- Update links to readthedocs (#697)


3.1.2 (2016-04-19)
------------------
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.rst
Expand Up @@ -8,6 +8,7 @@ Contributors
* Clément Villain <choclatefr@gmail.com>
* Dan Phrawzty <phrawzty+github@gmail.com>
* Éric Lemoine <eric.lemoine@gmail.com>
* Ethan Glasser-Camp <ethan@betacantrips.com>
* FooBarQuaxx
* Greeshma <greeshmabalabadra@gmail.com>
* Hiromipaw <silvia@nopressure.co.uk>
Expand Down
2 changes: 1 addition & 1 deletion cliquet_docs/conf.py
Expand Up @@ -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.1'
release = '3.1.3'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
11 changes: 6 additions & 5 deletions requirements.txt
Expand Up @@ -2,16 +2,16 @@ colander==1.2
colorama==0.3.7
contextlib2==0.5.1
cornice==1.2.1
enum34==1.1.2
enum34==1.1.4
iso8601==0.1.11
newrelic==2.62.0.47
newrelic==2.64.0.48
PasteDeploy==1.5.2
psycopg2==2.6.1
pyramid==1.6.1
pyramid-multiauth==0.8.0
pyramid-tm==0.12.1
python-dateutil==2.5.2
raven==5.12.0
python-dateutil==2.5.3
raven==5.13.0
redis==2.10.5
repoze.lru==0.6
requests==2.9.1
Expand All @@ -25,7 +25,8 @@ translationstring==1.3
ujson==1.35
venusian==1.0
WebOb==1.6.0
Werkzeug==0.11.5
Werkzeug==0.11.9
wheel==0.24.0
zope.deprecation==4.1.2
zope.interface==4.1.3
zope.sqlalchemy==0.7.6
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -66,7 +66,7 @@


setup(name='cliquet',
version='3.2.0.dev0',
version='3.1.3',
description='Micro service API toolkit',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit c5d8f63

Please sign in to comment.