[release] 0.6.14
This commit is contained in:
parent
99d4aaeb8d
commit
739ffc9afa
|
@ -1,5 +1,9 @@
|
||||||
# HalfAPI
|
# HalfAPI
|
||||||
|
|
||||||
|
## 0.6.14
|
||||||
|
|
||||||
|
- Add XLSXResponse (with format argument set to "xlsx"), to return .xlsx files
|
||||||
|
|
||||||
## 0.6.13
|
## 0.6.13
|
||||||
|
|
||||||
- (rollback from 0.6.12) Remove pytest from dependencies in Docker file and
|
- (rollback from 0.6.12) Remove pytest from dependencies in Docker file and
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.13'
|
__version__ = '0.6.14'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue