diff --git a/HISTORY.rst b/HISTORY.rst index 4089a37..001deda 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Change Log ========== -TO_BE_ANNOUNCED ---------------- +`0.7 `__ +---------------------------------------------------------------------- **Features:** - footer can now be extended through template block *footer* diff --git a/price_monitor/__init__.py b/price_monitor/__init__.py index dc08437..003c388 100644 --- a/price_monitor/__init__.py +++ b/price_monitor/__init__.py @@ -3,8 +3,8 @@ """ __version_info__ = { 'major': 0, - 'minor': 6, - 'micro': 1, + 'minor': 7, + 'micro': 0, 'releaselevel': 'final', 'serial': 0, }