0.5.1 release
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b56a7ab1e9
commit
4d74fe0684
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Version 0.5.1:
|
||||
2022-03-22 Maxime “pep” Buquet <pep@bouah.net>
|
||||
* Improvements:
|
||||
- Add minimal version requirements in requirements.txt and setup.py
|
||||
|
||||
Version 0.5.0:
|
||||
2022-03-22 Maxime “pep” Buquet <pep@bouah.net>
|
||||
* Improvements:
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
__version__ = "0.5.0"
|
||||
__version_info__ = (0, 5, 0)
|
||||
__version__ = "0.5.1"
|
||||
__version_info__ = (0, 5, 1)
|
||||
|
|
Loading…
Reference in a new issue