We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b339c commit 17ced08Copy full SHA for 17ced08
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+0.10.2 (2020-10-27)
4
+------------------
5
+
6
+* Support for endpoint validation of prefixed routes.
7
+ [zupo]
8
9
10
0.10.1 (2020-10-26)
11
------------------
12
setup.py
@@ -23,7 +23,7 @@
23
long_description += "\n\n" + f.read()
24
25
26
-VERSION = "0.10.1"
+VERSION = "0.10.2"
27
28
29
class VerifyVersionCommand(install):
0 commit comments