fix #768: dump json file path error when folder name contains dot, such as a.b.c
This commit is contained in:
debugtalk
2019-12-04 12:57:50 +08:00
parent bc9c69956e
commit d7abc3e4ca
8 changed files with 98 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "2.3.2"
__version__ = "2.3.3"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]