Version 0.4.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f9d6897293
commit
20d0851294
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Version 0.4.0:
|
||||
2021-05-21 Maxime “pep” Buquet <pep@bouah.net>
|
||||
* Improvements:
|
||||
- First implementation of MUC reflections (thanks mathieui)
|
||||
|
||||
Version 0.3.0:
|
||||
2020-02-20 Maxime “pep” Buquet <pep@bouah.net>
|
||||
* Breaking:
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
__version__ = "0.3.0"
|
||||
__version_info__ = (0, 3, 0)
|
||||
__version__ = "0.4.0"
|
||||
__version_info__ = (0, 4, 0)
|
||||
|
|
Loading…
Reference in a new issue