[release] 0.6.14

This commit is contained in:
Maxime Alves LIRMM@home 2022-05-17 10:31:34 +02:00
parent 99d4aaeb8d
commit 739ffc9afa
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# HalfAPI
## 0.6.14
- Add XLSXResponse (with format argument set to "xlsx"), to return .xlsx files
## 0.6.13
- (rollback from 0.6.12) Remove pytest from dependencies in Docker file and

View File

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