Skip to content

Commit 17ced08

Browse files
committed
release 0.10.2
1 parent 60b339c commit 17ced08

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
0.10.2 (2020-10-27)
4+
------------------
5+
6+
* Support for endpoint validation of prefixed routes.
7+
[zupo]
8+
9+
310
0.10.1 (2020-10-26)
411
------------------
512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
long_description += "\n\n" + f.read()
2424

2525

26-
VERSION = "0.10.1"
26+
VERSION = "0.10.2"
2727

2828

2929
class VerifyVersionCommand(install):

0 commit comments

Comments
 (0)