Skip to content

Commit

Permalink
Merge pull request #355 from mozilla-services/prepare-release-1.2.1
Browse files Browse the repository at this point in the history
Preparing release 1.2.1
  • Loading branch information
leplatrem committed Mar 15, 2016
2 parents 4d99a3d + 81cdeae commit a2a6959
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
17 changes: 13 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@ CHANGELOG
#########


1.3.0 (unreleased)
1.2.1 (2016-03-15)
==================

- Nothing changed yet.
- Properly handle content_type callables returning a single internet media type as scalar (#343)
- Improve documentation regarding content type negotiation and media type validation (#91, #343, #350)
Bug fixes

- Properly handle content_type callables returning a single internet media type
as scalar. Thanks @amotl (#343)
- Do not raise a 415 error when no content-type and no body (#354)

Documentation

- Improve documentation regarding content type negotiation and media type
validation. Thanks @amotl (#91, #343, #350)
- Fix typo in testing docs. Thanks peletiah (#348)
- Clarify docs for deferred colander validator. Thanks @antoineleclair (#352)


1.2.0 (2016-01-18)
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ Cornice:
* Alex Marandon <contact@alexmarandon.com>
* Andre Caron <andre.l.caron@gmail.com>
* Andreas Motl <andreas.motl@ilo.de>
* Antoine Leclair <antoineleclair@gmail.com>
* Anton D <anton@screwtop>
* Areski Belaid <areski@gmail.com>
* Ben Bangert <ben@groovie.org>
* Bruno Binet <bruno.binet@gmail.com>
* Bryan Zegar <bryanzegar@gmail.com>
* David Charboneau
* Christian Benke <benkokakao@gmail.com>
* David Charboneau
* Gael Pasgrimaud <gael@gawel.org>
* Janek Hiis <janek@utopic.me>
* Josip Delic <delicj@delijati.net>
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.2.1'

exclude_patterns = []

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cornice/+package+/*.*"]}

setup(name='cornice',
version='1.3.0.dev0',
version='1.2.1',
description='Define Web Services in Pyramid.',
long_description=README + '\n\n' + CHANGES,
license='MPLv2.0',
Expand Down

0 comments on commit a2a6959

Please sign in to comment.