Skip to content

Commit

Permalink
v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 7, 2011
1 parent d0ef822 commit 4f5d41e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,3 @@ def update_flightdeck(ctx):

# Run management commands like this:
# manage_cmd(ctx, 'cmd')

# For 0.9.10
manage_cmd(ctx, 'cron index_all')
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
path = lambda *a: os.path.join(ROOT, *a)

# Set the project version
PROJECT_VERSION = "0.9.10"
PROJECT_VERSION = "0.9.11"

# TODO: This should be handled by prod in a settings_local. By default, we
# shouldn't be in prod mode
Expand Down

0 comments on commit 4f5d41e

Please sign in to comment.