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',