Skip to content

Commit

Permalink
tag for release 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Nov 18, 2016
1 parent 8af98bf commit 84f2624
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read_file(filename):

setup(
name='college-costs',
version='2.2.7',
version='2.2.8',
author='CFPB',
author_email='[email protected]',
maintainer='cfpb',
Expand Down
4 changes: 2 additions & 2 deletions src/disclosures/js/utils/query-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/disclosures/js/views/financial-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84f2624

Please sign in to comment.