Skip to content

Commit 217d785

Browse files
committed
change release data.
1 parent 5d16c30 commit 217d785

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

HISTORY

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
These are all the changes in Flasgger since the 0.6.0 release
55

6+
0.9.5.1
7+
-----
8+
- Remove top level definitions on openapi3.
9+
- Fix parse validation for post.
10+
611
0.9.5
712
-----
813
- 'swag_from' supports 'pathlib.Path'

flasgger/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

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'
55

6+
# A temporary version for test.
67
# Based on works of Bruno Rocha and the Flasgger open source community
78

89

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def grep(attrname):
3131
setup(
3232
name='flasgger',
3333
version=grep('__version__'),
34-
url='https://github.com/flasgger/flasgger/',
34+
url='https://github.com/Lounarok/flasgger/',
3535
license='MIT',
3636
author=grep('__author__'),
3737
author_email=grep('__email__'),

0 commit comments

Comments
 (0)