This commit is contained in:
Emmanuel Garette 2019-06-05 15:02:18 +02:00
parent aa11e3b79c
commit 4df36a5548
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Jun 5 14:49:27 2019 +0200 Emmanuel Garette <egarette@cadoles.com>
* version 3.0 rc7
* retrieve metaconfig/mixconfig/config by name in a metaconfig/mixconfig
* add new config with mixconfig type
Mon Apr 8 08:40:10 2019 +0200 Emmanuel Garette <egarette@cadoles.com>
* version 3.0 rc6
* import tiramisu-json in tiramisu repository

View File

@ -45,4 +45,4 @@ allfuncs.extend(all_options)
del(all_options)
__all__ = tuple(allfuncs)
del(allfuncs)
__version__ = "3.0rc6"
__version__ = "3.0rc7"