Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #184 from canuckistani/bug_840366_setting_fix
Browse files Browse the repository at this point in the history
added 1.13.1 to the disabled list.
  • Loading branch information
seanmonstar committed Feb 12, 2013
2 parents fc3bf5d + e2708a5 commit fbc1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
XPI_AMO_PREFIX = "ftp://ftp.mozilla.org/pub/mozilla.org/addons/"

# The lowest approved SDK available for add-ons
DISABLED_SDKS = ('1.4', '1.4.1', '1.4.1-w-1', '1.4.2', '1.13')
DISABLED_SDKS = ('1.4', '1.4.1', '1.4.1-w-1', '1.4.2', '1.13', '1.13.1')
LOWEST_APPROVED_SDK = "1.13.2"
TEST_SDK = 'addon-sdk-1.13.2'
TEST_AMO_USERNAME = None
Expand Down

0 comments on commit fbc1fac

Please sign in to comment.