File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog
3
3
4
4
These are all the changes in Flasgger since the 0.6.0 release
5
5
6
+ 0.9.5.1
7
+ -----
8
+ - Remove top level definitions on openapi3.
9
+ - Fix parse validation for post.
10
+
6
11
0.9.5
7
12
-----
8
13
- 'swag_from' supports 'pathlib.Path'
Original file line number Diff line number Diff line change 1
1
2
- __version__ = '0.9.5'
3
- __author__ = 'Zixuan Rao '
4
- __email__ = 'billrao@me .com'
2
+ __version__ = '0.9.5.lou2 '
3
+ __author__ = 'Louis Go '
4
+ __email__ = 'wulouis0511@gmail .com'
5
5
6
+ # A temporary version for test.
6
7
# Based on works of Bruno Rocha and the Flasgger open source community
7
8
8
9
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def grep(attrname):
31
31
setup (
32
32
name = 'flasgger' ,
33
33
version = grep ('__version__' ),
34
- url = 'https://github.com/flasgger /flasgger/' ,
34
+ url = 'https://github.com/Lounarok /flasgger/' ,
35
35
license = 'MIT' ,
36
36
author = grep ('__author__' ),
37
37
author_email = grep ('__email__' ),
You can’t perform that action at this time.
0 commit comments