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

Commit 84b0ab1

Browse files
committed
Merge pull request #602 from mozilla-services/prepare-2.12
Prepare 2.12
2 parents eb802a5 + e9cf04a commit 84b0ab1

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CHANGELOG.rst

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

66

7-
2.12.0 (unreleased)
7+
2.12.0 (2015-11-27)
88
-------------------
99

10+
**Protocol**
11+
12+
Minor changes in the root URL (hello view):
13+
14+
- Added ``http_api_version`` (#600)
15+
- Renamed ``hello`` to ``project_name``
16+
- Renamed ``protocol_version`` to ``cliquet_protocol_version``
17+
- Renamed ``documentation`` to ``project_docs``
18+
- Renamed ``version`` to ``project_version``
19+
1020
**Breaking changes**
1121

1222
- When using *cliquet-fxa*, the setting ``multiauth.policy.fxa.use`` must now
@@ -26,16 +36,15 @@ This document describes changes between each past release.
2636
resource names (#492, #555)
2737
- Add ability to listen to read action on resource (disabled by default)
2838
(#493)
29-
- Added the ``http_api_version`` in the root view (#600)
30-
3139

3240
**Internal**
3341

3442
- Fixed a few details in quickstart docs since backends are not Redis by default
3543
anymore
3644
- Replace usage of ``assert`` by explicit exceptions since the former can
3745
be ignored when python is ran with ``-O`` (fixes #592)
38-
46+
- Improved documentation about permissions (#572, thanks for the feedback @MrChoclate)
47+
- Fixed docs building under Python 3 (#591)
3948

4049

4150
2.11.0 (2015-11-17)

cliquet_docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ def setup(app):
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = '2.11'
73+
version = '2.12'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '2.11.0'
75+
release = '2.12.0'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
colander==1.0
22
cornice==1.1.0
33
iso8601==0.1.11
4-
newrelic==2.58.0.43
4+
newrelic==2.58.2.45
55
PasteDeploy==1.5.2
66
psycopg2==2.6.1
77
pyramid==1.5.7
88
pyramid-multiauth==0.5.0
9-
pyramid-tm==0.12
9+
pyramid-tm==0.12.1
1010
python-dateutil==2.4.2
1111
raven==5.8.1
1212
redis==2.10.5

setup.py

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

6565

6666
setup(name='cliquet',
67-
version='2.12.0.dev0',
67+
version='2.12.0',
6868
description='Micro service API toolkit',
6969
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
7070
license='Apache License (2.0)',

0 commit comments

Comments
 (0)