diff --git a/CHANGELOG.md b/CHANGELOG.md index c983536..4b54a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/wagtail-nest/wagtail-bakery/compare/0.6.0...HEAD) +## [Unreleased](https://github.com/wagtail-nest/wagtail-bakery/compare/0.7.0...HEAD) + +Nothing yet + +## [0.7.0](https://github.com/wagtail-nest/wagtail-bakery/compare/0.6.0...0.7.0) ### Added diff --git a/setup.py b/setup.py index 84b40ca..7123dcc 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='wagtail-bakery', - version='0.6.0', + version='0.7.0', description='A set of helpers for baking your Django Wagtail site out as flat files.', long_description=long_description, long_description_content_type='text/markdown',