0.6.1 release
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
3cf3cebcaf
commit
33e4f7c84b
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue