Skip to content

Commit

Permalink
Fixup missing return statement. Prepare bugfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
torotil committed Jan 16, 2017
1 parent 07eb0e2 commit 5120f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions drupy/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def dependencies(self):
profile = self.runner.config.sites[self.site].profile()
if profile:
targets.append(ProfileInstallTarget(self.runner, profile))
return targets

def resetCache(self):
o = self.options
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='drupy',
version='0.1',
version='0.2',
description='Python based deployment tool for drupal',
long_description='Fast, multisite capable drupal deployment tool',
author='Roman Zimmermann',
Expand All @@ -18,7 +18,7 @@
keywords='drupal drupy build',

url='https://github.com/moreonion/drupy',
download_url='https://github.com/moreonion/drupy/archive/v0.1.tar.gz',
download_url='https://github.com/moreonion/drupy/archive/v0.2.tar.gz',

packages=['drupy'],
entry_points={
Expand Down

0 comments on commit 5120f23

Please sign in to comment.