Skip to content

Commit

Permalink
Merge pull request Cornices#408 from Cornices/prepare-release-2.0.2
Browse files Browse the repository at this point in the history
Prepare release 2.0.2
  • Loading branch information
leplatrem authored Oct 25, 2016
2 parents 35ecd07 + 16c0b0e commit 81bce4f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ CHANGELOG
#########


2.1.0 (unreleased)
2.0.2 (2016-10-25)
==================

**Bug fixes**

* Exclude ``tests`` from install (#407, thanks @doctaweeks!)

**Internal changes**

- Deprecate ``cornice.util.extract_json_data()`` and ``cornice.util.extract_form_urlencoded_data()``
in favor of ``cornice.validators.extract_cstruct()``

in favor of ``cornice.validators.extract_cstruct()`` (#409)

2.0.1 (2016-10-24)
==================
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Cornice:
* Christian Benke <[email protected]>
* Christian Thieme <[email protected]>
* Damian Dimmich <[email protected]>
* Daniel M. Weeks <[email protected]>
* David Charboneau <[email protected]>
* David Grant <[email protected]>
* Elias <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.1'
release = '2.0.2'

exclude_patterns = []

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package_data = {}

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

0 comments on commit 81bce4f

Please sign in to comment.