We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 951655c + 8288437 commit debe487Copy full SHA for debe487
CHANGES.txt
@@ -2,7 +2,7 @@
2
CHANGELOG
3
#########
4
5
-3.1.0 (unreleased)
+3.1.0 (2018-02-08)
6
==================
7
8
- In addition to the ``colander_body_validator``, there are now three more similar validators:
setup.py
@@ -15,7 +15,7 @@
15
package_data = {}
16
17
setup(name='cornice',
18
- version='3.1.0.dev0',
+ version='3.1.0',
19
description='Define Web Services in Pyramid.',
20
long_description=README + '\n\n' + CHANGES,
21
license='MPLv2.0',
0 commit comments