diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dc442..ea11da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. ## Unreleased +- + +## 2.2.8 - Fixed Python unit tests when run as part of cfgov-refresh. - Removed debug print statements from Python unit tests. - Added handling for a new disclosure URL field, `leng` diff --git a/package.json b/package.json index 558953d..3aaca5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "college-costs", - "version": "2.2.7", + "version": "2.2.8", "description": "Tools to help students make informed financial decisions about college.", "homepage": "http://www.github.com/cfpb/college-costs/", "author": { diff --git a/setup.py b/setup.py index e1a44f9..07631af 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read_file(filename): setup( name='college-costs', - version='2.2.7', + version='2.2.8', author='CFPB', author_email='tech@cfpb.gov', maintainer='cfpb', diff --git a/src/disclosures/js/utils/query-handler.js b/src/disclosures/js/utils/query-handler.js index e30233e..26d408a 100644 --- a/src/disclosures/js/utils/query-handler.js +++ b/src/disclosures/js/utils/query-handler.js @@ -106,8 +106,8 @@ function queryHandler( queryString ) { } /** - * Helper function that makes sure program lengths are divisible by 6, - * so they can be displayed and handled as half-year multiples. + * Helper function that makes sure program lengths are divisible by 6, + * so they can be displayed and handled as half-year multiples. * Both here and in the API, we round up to the next higher 6-month value, * so 14 months would round up to 18, which is displayed as 1 ½ years. */ diff --git a/src/disclosures/js/views/financial-view.js b/src/disclosures/js/views/financial-view.js index dcb8320..ce4dbbe 100644 --- a/src/disclosures/js/views/financial-view.js +++ b/src/disclosures/js/views/financial-view.js @@ -260,7 +260,7 @@ var financialView = { * graduate program only content, Pell grants, subsidized loans, and * Grad PLUS loans. * @param {object} values - An object with program values - * @param {object} urlvalues - An object with url-derived values + * @param {object} urlValues - An object with url-derived values */ updateViewWithProgram: function( values, urlValues ) { // Update program length