Skip to content

Commit 64fb487

Browse files
committed
[VERSION] upgrade to 0.8.37
1 parent cf30364 commit 64fb487

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

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

3+
### 0.8.37
4+
5+
- Fix loading error on 'yaml' document
6+
- Fix parameter renderer failed on int/number without 'format'
7+
- Windows Support
8+
39
### 0.8.33
410

511
- Support customized headers when making requests

pyswagger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8.36'
1+
__version__ = '0.8.37'
22

33
from .getter import Getter
44
from .core import App, Security

0 commit comments

Comments
 (0)