Skip to content

Commit

Permalink
Release 0.4.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicteixeira committed Nov 21, 2019
1 parent 75e1359 commit 7004603
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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/wagtail-bakery/compare/0.3.0...HEAD)
## [Unreleased](https://github.com/wagtail/wagtail-bakery/compare/0.4.0...HEAD)

...

## [0.4.0](https://github.com/wagtail/wagtail-bakery/compare/0.3.0...0.4.0)

- Use model url from inherited model (#42)
- Allow use of new versions of django-bakery (#44)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='wagtail-bakery',
version='0.3.0',
version='0.4.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',
Expand Down

0 comments on commit 7004603

Please sign in to comment.