Release 0.7.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
79ab575538
commit
0d1c670caf
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
Version 0.7.0:
|
Version 0.7.0:
|
||||||
xxxx-xx-xx Maxime “pep” Buquet <pep@bouah.net>
|
2022-12-01 Maxime “pep” Buquet <pep@bouah.net>
|
||||||
* Breaking:
|
* Breaking:
|
||||||
- Bump slixmpp-omemo requirements to >=0.8.0
|
- Bump slixmpp-omemo requirements to >=0.8.0
|
||||||
* Changes:
|
* Changes:
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
See the file LICENSE for copying permission.
|
See the file LICENSE for copying permission.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.7.0"
|
||||||
__version_info__ = (0, 6, 0)
|
__version_info__ = (0, 7, 0)
|
||||||
|
|
Loading…
Reference in a new issue