Version 0.3.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f4dc066c02
commit
c6aedd20f2
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
Version <XXX>:
|
Version 0.3.0:
|
||||||
<DATE> <AUTHORS>
|
2020-02-20 Maxime “pep” Buquet <pep@bouah.net>
|
||||||
* Breaking:
|
* Breaking:
|
||||||
- Use a hashed version of the bound Jid to ensure data path works on most FS.
|
- Use a hashed version of the bound Jid to ensure data path works on most FS.
|
||||||
* Improvements:
|
* Improvements:
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
See the file LICENSE for copying permission.
|
See the file LICENSE for copying permission.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.2.0"
|
__version__ = "0.3.0"
|
||||||
__version_info__ = (0, 2, 0)
|
__version_info__ = (0, 3, 0)
|
||||||
|
|
Loading…
Reference in a new issue