Release version 0.4.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7d80d74554
commit
266684b036
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
Version NEXT:
|
Version 0.4.0:
|
||||||
0000-00-00 Maxime “pep” Buquet <pep@bouah.net>
|
2020-03-10 Maxime “pep” Buquet <pep@bouah.net>
|
||||||
* Improvements:
|
* Improvements:
|
||||||
- Add more fine errors during plugin setup.
|
- Add more fine errors during plugin setup.
|
||||||
- Ensure variable is available when publish-options is not available. (!5)
|
- Ensure variable is available when publish-options is not available. (!5)
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
See the file LICENSE for copying permission.
|
See the file LICENSE for copying permission.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.3.0"
|
__version__ = "0.4.0"
|
||||||
__version_info__ = (0, 3, 0)
|
__version_info__ = (0, 4, 0)
|
||||||
|
|
Loading…
Reference in a new issue