Release version 0.6.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-03-12 01:42:12 +01:00
parent 9a5cc71b14
commit 9c547be9aa
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Version XXX:
2021-00-00 Maxime “pep” Buquet <pep@bouah.net>
Version 0.6.0:
2022-03-12 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:
- Ensure device list is published even if we're already connected (#10)
- Ensure bundles are republished on decrypt

View file

@ -9,5 +9,5 @@
See the file LICENSE for copying permission.
"""
__version__ = "0.5.0"
__version_info__ = (0, 5, 0)
__version__ = "0.6.0"
__version_info__ = (0, 6, 0)