[rc] 0.6.28rc2

This commit is contained in:
maxime 2023-08-09 14:24:32 +02:00
parent e19f27f306
commit 3b7d3bda5c
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
## 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
Python 3.7 is no longer supported (openapi_spec_validator is not compatible).

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = '0.6.28rc1'
__version__ = '0.6.28rc2'
def version():
return f'HalfAPI version:{__version__}'