[rc] 0.6.28rc2
This commit is contained in:
parent
e19f27f306
commit
3b7d3bda5c
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
## 0.6.28
|
## 0.6.28
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
Starlette version bumped to 0.31 (had to disable a test to make it work but
|
||||||
|
seems not important).
|
||||||
|
|
||||||
### Development dependencies
|
### Development dependencies
|
||||||
|
|
||||||
Python 3.7 is no longer supported (openapi_spec_validator is not compatible).
|
Python 3.7 is no longer supported (openapi_spec_validator is not compatible).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.28rc1'
|
__version__ = '0.6.28rc2'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue