Skip to content

Commit

Permalink
Merge pull request #404 from Cornices/prepare-release-2.0.1
Browse files Browse the repository at this point in the history
Prepare release 2.0.1
  • Loading branch information
leplatrem authored Oct 24, 2016
2 parents 9d268ab + 85f4c79 commit 5bf76be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ CHANGELOG
#########


2.1.0 (unreleased)
2.0.1 (2016-10-24)
==================

**Bug fixes**

- Fix Colander imports to make sure it remains optional (#400)
- Fix truncated JSON validation error message when request body does not contain
valid JSON
valid JSON (#401)
- Fix docs about upgrading deserializers (#402)


2.0.0 (2016-10-20)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
print("please install the 'mozilla-sphinx-theme' distribution")

sys.path.insert(0, os.path.abspath("../..")) # include cornice from the source
extensions = ['sphinx.ext.autodoc']
extensions = []

templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = u'Cornice'
copyright = u'2011, Mozilla Services'
copyright = u'2011-2016, Mozilla Services'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -22,7 +22,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.0.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 @@ -15,7 +15,7 @@
package_data = {}

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

0 comments on commit 5bf76be

Please sign in to comment.