Release version 0.4.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-03-10 23:17:01 +01:00
parent 7d80d74554
commit 266684b036
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)