diff --git a/ChangeLog b/ChangeLog index 3cb160b..b693655 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 5 14:49:27 2019 +0200 Emmanuel Garette + * 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 * version 3.0 rc6 * import tiramisu-json in tiramisu repository diff --git a/tiramisu/__init__.py b/tiramisu/__init__.py index 2a08c8c..2fc06a3 100644 --- a/tiramisu/__init__.py +++ b/tiramisu/__init__.py @@ -45,4 +45,4 @@ allfuncs.extend(all_options) del(all_options) __all__ = tuple(allfuncs) del(allfuncs) -__version__ = "3.0rc6" +__version__ = "3.0rc7"