[release] 0.6.25

This commit is contained in:
Maxime Alves LIRMM 2023-02-20 12:18:38 +01:00
parent 262de901a8
commit f6d08e8309
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## 0.6.25
- Deletes the "Authorization" cookie on authentication error
- Do not raise an exception on signature expiration, use "Nobody" user instead
## 0.6.24

View File

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