[release] 0.6.25
This commit is contained in:
parent
262de901a8
commit
f6d08e8309
|
@ -3,6 +3,7 @@
|
||||||
## 0.6.25
|
## 0.6.25
|
||||||
|
|
||||||
- Deletes the "Authorization" cookie on authentication error
|
- Deletes the "Authorization" cookie on authentication error
|
||||||
|
- Do not raise an exception on signature expiration, use "Nobody" user instead
|
||||||
|
|
||||||
## 0.6.24
|
## 0.6.24
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.25-rc0'
|
__version__ = '0.6.25'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue