Skip to content

Commit

Permalink
Upgraded to version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jan 16, 2015
1 parent 166f426 commit 18fda50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ script:
- pyflakes bakery
- python setup.py install
- coverage run setup.py test

after_success:
- coveralls

6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 18fda50

Please sign in to comment.