Skip to content

Commit 81bce4f

Browse files
authored
Merge pull request #408 from Cornices/prepare-release-2.0.2
Prepare release 2.0.2
2 parents 35ecd07 + 16c0b0e commit 81bce4f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGES.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ CHANGELOG
33
#########
44

55

6-
2.1.0 (unreleased)
6+
2.0.2 (2016-10-25)
77
==================
88

9+
**Bug fixes**
10+
11+
* Exclude ``tests`` from install (#407, thanks @doctaweeks!)
12+
913
**Internal changes**
1014

1115
- Deprecate ``cornice.util.extract_json_data()`` and ``cornice.util.extract_form_urlencoded_data()``
12-
in favor of ``cornice.validators.extract_cstruct()``
13-
16+
in favor of ``cornice.validators.extract_cstruct()`` (#409)
1417

1518
2.0.1 (2016-10-24)
1619
==================

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Cornice:
2121
* Christian Benke <benkokakao@gmail.com>
2222
* Christian Thieme <christian.thieme@celeraone.com>
2323
* Damian Dimmich <damian@tauri-tec.com>
24+
* Daniel M. Weeks <dan@danweeks.net>
2425
* David Charboneau <david@thecharboneaus.net>
2526
* David Grant <seizethedave@gmail.com>
2627
* Elias <elias@stupeflix.com>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# The short X.Y version.
2323
version = '2.0'
2424
# The full version, including alpha/beta/rc tags.
25-
release = '2.0.1'
25+
release = '2.0.2'
2626

2727
exclude_patterns = []
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package_data = {}
1616

1717
setup(name='cornice',
18-
version='2.1.0.dev0',
18+
version='2.0.2',
1919
description='Define Web Services in Pyramid.',
2020
long_description=README + '\n\n' + CHANGES,
2121
license='MPLv2.0',

0 commit comments

Comments
 (0)