[rc] 0.6.22-rc2

This commit is contained in:
Maxime Alves LIRMM@home 2022-09-05 10:20:08 +02:00
parent d0ec030ce9
commit b7e678e00f
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## 0.6.22
- IMPORTANT : Fix bug introduced with 0.6.20 (fix arguments handling)
- Add *html* return type as default argument ret_type
- Add *txt* return type

View File

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