Skip to content

Commit

Permalink
Merge pull request #872 from andersonfrailey/ordering
Browse files Browse the repository at this point in the history
Merged #872
  • Loading branch information
hdoupe committed Mar 27, 2018
2 parents 83b259b + f8a2e9f commit 5580a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/apps/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

START_YEARS = ('2013', '2014', '2015', '2016', '2017', '2018')
START_YEAR = os.environ.get('START_YEAR', '2017')
DATA_SOURCES = ('CPS', 'PUF')
DATA_SOURCES = ('PUF', 'CPS')
DEFAULT_SOURCE = os.environ.get('DEFAULT_SOURCE', 'PUF')

TAXCALC_VERS_RESULTS_BACKWARDS_INCOMPATIBLE = "0.13.0"

0 comments on commit 5580a0f

Please sign in to comment.