From af352c34de485be319c0ba8ddaec815a06d230ed Mon Sep 17 00:00:00 2001 From: palewire Date: Tue, 26 Dec 2017 16:28:07 -0800 Subject: [PATCH] v0.12.0 --- docs/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0bf0a9f..b135ab3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.12.0 +------ + +* Refactored the build methods to write to files using the `PyFilesystem `_ interface + 0.11.1 ------ diff --git a/setup.py b/setup.py index 56625f3..78a43f2 100644 --- a/setup.py +++ b/setup.py @@ -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='datadesk@latimes.com',