File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff 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
15182.0.1 (2016-10-24)
1619==================
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 2222# The short X.Y version.
2323version = '2.0'
2424# The full version, including alpha/beta/rc tags.
25- release = '2.0.1 '
25+ release = '2.0.2 '
2626
2727exclude_patterns = []
2828
Original file line number Diff line number Diff line change 1515package_data = {}
1616
1717setup (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' ,
You can’t perform that action at this time.
0 commit comments