Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 27, 2017
1 parent d02967e commit af352c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.12.0
------

* Refactored the build methods to write to files using the `PyFilesystem <https://docs.pyfilesystem.org/en/latest/index.html>`_ interface

0.11.1
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run(self):

setup(
name='django-bakery',
version='0.11.1',
version='0.12.0',
description='A set of helpers for baking your Django site out as flat files',
author='The Los Angeles Times Data Desk',
author_email='[email protected]',
Expand Down

0 comments on commit af352c3

Please sign in to comment.