Release version 0.6.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
9a5cc71b14
commit
9c547be9aa
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue