[rc] 0.6.22-rc2
This commit is contained in:
parent
d0ec030ce9
commit
b7e678e00f
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## 0.6.22
|
## 0.6.22
|
||||||
|
|
||||||
|
- IMPORTANT : Fix bug introduced with 0.6.20 (fix arguments handling)
|
||||||
- Add *html* return type as default argument ret_type
|
- Add *html* return type as default argument ret_type
|
||||||
- Add *txt* return type
|
- Add *txt* return type
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.22-rc1'
|
__version__ = '0.6.22-rc2'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue