0.6.1 release

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-03-14 16:18:25 +01:00
parent 3cf3cebcaf
commit 33e4f7c84b
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Version 0.6.1:
2022-03-14 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:
- Add minimal version requirements in requirements.txt and setup.py
Version 0.6.0:
2022-03-12 Maxime “pep” Buquet <pep@bouah.net>
* Improvements:

View file

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