diff --git a/HISTORY.rst b/HISTORY.rst index cc7e2c1..e33dbc9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,12 +12,15 @@ Unreleased **Improvements** -* Support for python3 - **Documentation** **Build** +0.8.0 (2017-11-16) +++++++++++++++++++ + +Python3! + 0.7.3 (2017-11-01) ++++++++++++++++++ diff --git a/marabunta/core.py b/marabunta/core.py index 3599f8d..bcb7c9a 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -27,7 +27,7 @@ from .runner import Runner from .web import WebApp -__version__ = "0.7.3" +__version__ = "0.8.0" logging.getLogger('werkzeug').setLevel(logging.ERROR)