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

Commit c5d8f63

Browse files
committed
Merge pull request #699 from mozilla-services/prepare-3.1.3
Preparing release 3.1.3
2 parents 769b8a5 + 2df6a5d commit c5d8f63

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ Changelog
44
This document describes changes between each past release.
55

66

7-
3.2.0 (unreleased)
7+
3.1.3 (2016-04-29)
88
------------------
99

1010
**Bug fixes**
1111

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

15+
**Documentation**
16+
17+
- Fix some typos in documentation (#696)
18+
- Update links to readthedocs (#697)
19+
1520

1621
3.1.2 (2016-04-19)
1722
------------------

CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Contributors
88
* Clément Villain <[email protected]>
99
* Dan Phrawzty <[email protected]>
1010
* Éric Lemoine <[email protected]>
11+
* Ethan Glasser-Camp <[email protected]>
1112
* FooBarQuaxx
1213
* Greeshma <[email protected]>
1314
* Hiromipaw <[email protected]>

cliquet_docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def setup(app):
7272
# The short X.Y version.
7373
version = '3.1'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '3.1.1'
75+
release = '3.1.3'
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ colander==1.2
22
colorama==0.3.7
33
contextlib2==0.5.1
44
cornice==1.2.1
5-
enum34==1.1.2
5+
enum34==1.1.4
66
iso8601==0.1.11
7-
newrelic==2.62.0.47
7+
newrelic==2.64.0.48
88
PasteDeploy==1.5.2
99
psycopg2==2.6.1
1010
pyramid==1.6.1
1111
pyramid-multiauth==0.8.0
1212
pyramid-tm==0.12.1
13-
python-dateutil==2.5.2
14-
raven==5.12.0
13+
python-dateutil==2.5.3
14+
raven==5.13.0
1515
redis==2.10.5
1616
repoze.lru==0.6
1717
requests==2.9.1
@@ -25,7 +25,8 @@ translationstring==1.3
2525
ujson==1.35
2626
venusian==1.0
2727
WebOb==1.6.0
28-
Werkzeug==0.11.5
28+
Werkzeug==0.11.9
29+
wheel==0.24.0
2930
zope.deprecation==4.1.2
3031
zope.interface==4.1.3
3132
zope.sqlalchemy==0.7.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767

6868
setup(name='cliquet',
69-
version='3.2.0.dev0',
69+
version='3.1.3',
7070
description='Micro service API toolkit',
7171
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
7272
license='Apache License (2.0)',

0 commit comments

Comments
 (0)