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