We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b86aa commit f0bdb03Copy full SHA for f0bdb03
CHANGES.txt
@@ -2,7 +2,7 @@
2
CHANGELOG
3
#########
4
5
-5.2.0 (unreleased)
+5.2.0 (2021-04-06)
6
==================
7
8
**Internal Changes**
setup.py
@@ -15,7 +15,7 @@
15
package_data = {}
16
17
setup(name='cornice',
18
- version='5.2.0.dev0',
+ version='5.2.0',
19
description='Define Web Services in Pyramid.',
20
long_description=README + '\n\n' + CHANGES,
21
license='MPLv2.0',
0 commit comments