3.0 rc7
This commit is contained in:
parent
aa11e3b79c
commit
4df36a5548
|
@ -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>
|
Mon Apr 8 08:40:10 2019 +0200 Emmanuel Garette <egarette@cadoles.com>
|
||||||
* version 3.0 rc6
|
* version 3.0 rc6
|
||||||
* import tiramisu-json in tiramisu repository
|
* import tiramisu-json in tiramisu repository
|
||||||
|
|
|
@ -45,4 +45,4 @@ allfuncs.extend(all_options)
|
||||||
del(all_options)
|
del(all_options)
|
||||||
__all__ = tuple(allfuncs)
|
__all__ = tuple(allfuncs)
|
||||||
del(allfuncs)
|
del(allfuncs)
|
||||||
__version__ = "3.0rc6"
|
__version__ = "3.0rc7"
|
||||||
|
|
Loading…
Reference in New Issue