Skip to content

Commit

Permalink
Merge pull request #33 from ambitioninc/develop
Browse files Browse the repository at this point in the history
Release 0.5.2
  • Loading branch information
jaredlewis committed Jan 19, 2016
2 parents 14896b5 + 4828e0b commit 4a52eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynamic_initial_data/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def update_app(self, app, handle_deletions=True):

# update initial data of dependencies
for dependency in dependencies:
self.update_app(dependency)
self.update_app(dependency, handle_deletions=False)

self.log('Updating app {0}'.format(app))

Expand Down
2 changes: 1 addition & 1 deletion dynamic_initial_data/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.5.1'
__version__ = '0.5.2'

0 comments on commit 4a52eff

Please sign in to comment.