Skip to content

Commit

Permalink
Merge pull request #419 from Cornices/prepare-release-2.1.0
Browse files Browse the repository at this point in the history
Preparing release 2.1.0
  • Loading branch information
leplatrem authored Oct 28, 2016
2 parents 8b2a8d7 + 74f711c commit 899131e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ CHANGELOG
#########


2.1.0 (unreleased)
==================

- Nothing changed yet.

2.0.3 (unreleased)
2.1.0 (2016-10-28)
==================

**Enhancements**
Expand All @@ -35,6 +30,13 @@ CHANGELOG
nothing if ``schema`` is unset (or set to ``None``.) Previously
(contrary to its docstring) it was raising a ``TypeError``.

**Internal changes**

- Raised test coverage to 100% (#417)

Huge thanks to @dairiki for his help on this release!


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

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 = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0.2'
release = '2.1.0'

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.1.0',
description='Define Web Services in Pyramid.',
long_description=README + '\n\n' + CHANGES,
license='MPLv2.0',
Expand Down

0 comments on commit 899131e

Please sign in to comment.