Skip to content

Commit

Permalink
upgrade 0.1 to 0.1.1
Browse files Browse the repository at this point in the history
git-svn-id: https://uliweb.googlecode.com/svn/trunk@915 14287918-b64d-0410-abb6-a92efa0c2026
  • Loading branch information
limodou committed May 26, 2012
1 parent 19e0816 commit daa8a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uliweb/__init__.py
Expand Up @@ -7,7 +7,7 @@
__author_email__ = 'limodou@gmail.com'
__url__ = 'https://github.com/limodou/uliweb'
__license__ = 'BSD'
version = __version__ = '0.1'
version = __version__ = '0.1.1'

import os, sys
workpath = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion uliweb/manage.py
Expand Up @@ -233,7 +233,7 @@ class SupportCommand(Command):
def handle(self, options, global_options, *args):
from uliweb.utils.common import extract_dirs

_types = ['gae', 'dotcloud', 'sae', 'bae']
_types = ['gae', 'dotcloud', 'sae', 'bae', 'heroku']
if not args:
support_type = ''
while not support_type in _types:
Expand Down

0 comments on commit daa8a7e

Please sign in to comment.