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