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

Commit a0b69f9

Browse files
committed
Merge pull request #677 from mozilla-services/prepare-3.1.0
Preparing release 3.1.0
2 parents 70a2dd0 + 98c3bf8 commit a0b69f9

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

CHANGELOG.rst

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

66

7-
3.1.0 (unreleased)
7+
3.1.0 (2016-03-07)
88
------------------
99

1010
**Protocol**
@@ -15,6 +15,15 @@ This document describes changes between each past release.
1515

1616
- Default console log renderer now has colours (#671)
1717

18+
**Bug fixes**
19+
20+
- Do not always return 412 errors when request header ``If-None-Match: *``
21+
is sent on ``POST /collection`` (fixes #673)
22+
23+
**Internal changes**
24+
25+
- Remove some imports at initialization to speed startup (#674)
26+
1827

1928
3.0.0 (2016-02-26)
2029
------------------

cliquet_docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ def setup(app):
6363

6464
# General information about the project.
6565
project = u'Cliquet'
66-
copyright = u'2015, Mozilla Services — Da French Team'
66+
copyright = u'2015-2016, Mozilla Services — Da French Team'
6767

6868
# The version info for the project you're documenting, acts as replacement for
6969
# |version| and |release|, also used in various other places throughout the
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = '3.0'
73+
version = '3.1'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '3.0.0'
75+
release = '3.1.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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
colander==1.2
2+
colorama==0.3.6
23
contextlib2==0.5.1
34
cornice==1.2.0
45
enum34==1.1.2
@@ -9,8 +10,8 @@ psycopg2==2.6.1
910
pyramid==1.6.1
1011
pyramid-multiauth==0.8.0
1112
pyramid-tm==0.12.1
12-
python-dateutil==2.4.2
13-
raven==5.10.2
13+
python-dateutil==2.5.0
14+
raven==5.11.0
1415
redis==2.10.5
1516
repoze.lru==0.6
1617
requests==2.9.1

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.1.0.dev0',
69+
version='3.1.0',
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)