Version 0.3.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-02-20 00:23:59 +01:00
parent f4dc066c02
commit c6aedd20f2
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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)