diff --git a/ChangeLog b/ChangeLog index 72d7b45..afe7f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 1 11:47:30 2019 +0200 Emmanuel Garette + * version 3.0 rc16 + * tiramisu is now async + * add postgresql storage + Mon Sep 2 14:10:40 2019 +0200 Emmanuel Garette * version 3.0 rc15 * add parents method to MetaConfig diff --git a/tiramisu/__init__.py b/tiramisu/__init__.py index 359fd51..5156885 100644 --- a/tiramisu/__init__.py +++ b/tiramisu/__init__.py @@ -58,4 +58,4 @@ allfuncs.extend(all_options) del(all_options) __all__ = tuple(allfuncs) del(allfuncs) -__version__ = "3.0rc15" +__version__ = "3.0rc16"