From 41d5f58d81bf76142fc455a7fed45d87f399c738 Mon Sep 17 00:00:00 2001 From: palewire Date: Tue, 16 Jan 2018 15:53:44 +0200 Subject: [PATCH] v0.12.4 --- 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 b135ab3..638204d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.12.4 +------ + +* Moved fs config from the AppConfig's out of the ready method and set it as a base attribute on the class. + 0.12.0 ------ diff --git a/setup.py b/setup.py index 1a274be..fa8f3a3 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def run(self): setup( name='django-bakery', - version='0.12.3', + version='0.12.4', 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',