From e05ee37dcf0ce81ef4aa3f8a8478824a75a44e8e Mon Sep 17 00:00:00 2001 From: palewire Date: Sun, 19 Nov 2017 20:14:04 -0800 Subject: [PATCH] v0.10.5 --- 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 392518e..2534b86 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.10.5 +------ + +* Added `get_view_instance` method to the `build` command to allow for more creative subclassing. + 0.10.4 ------ diff --git a/setup.py b/setup.py index d076d7a..08c96dd 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def run(self): setup( name='django-bakery', - version='0.10.4', + version='0.10.5', 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',