Version 0.4.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2021-05-20 01:14:35 +02:00
parent f9d6897293
commit 20d0851294
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 7 additions and 2 deletions

View file

@ -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: Version 0.3.0:
2020-02-20 Maxime “pep” Buquet <pep@bouah.net> 2020-02-20 Maxime “pep” Buquet <pep@bouah.net>
* Breaking: * Breaking:

View file

@ -14,5 +14,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)