diff --git a/CHANGELOG.md b/CHANGELOG.md index 5189f7e..9a6b974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/halfapi/__init__.py b/halfapi/__init__.py index fa92b12..26215f8 100644 --- a/halfapi/__init__.py +++ b/halfapi/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = '0.6.28rc1' +__version__ = '0.6.28rc2' def version(): return f'HalfAPI version:{__version__}'