From 18fda50c321626ba6c9ff0648e47b4b727549dbe Mon Sep 17 00:00:00 2001 From: palewire Date: Fri, 16 Jan 2015 10:09:07 -0800 Subject: [PATCH] Upgraded to version 0.7.3 --- .travis.yml | 1 + docs/changelog.rst | 6 ++++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00faf5b..92d8d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ script: - pyflakes bakery - python setup.py install - coverage run setup.py test + after_success: - coveralls diff --git a/docs/changelog.rst b/docs/changelog.rst index 6617616..224b697 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Changelog ========= +0.7.3 +----- + +* Added a ``--no-delete`` option to the ``publish`` management command. +* Fixed testing in Django 1.7 + 0.7.1 ----- diff --git a/setup.py b/setup.py index c93f8b4..be1562b 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def run(self): setup( name='django-bakery', - version='0.7.2', + version='0.7.3', 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',