Skip to content

Commit

Permalink
tag release 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Aug 8, 2016
1 parent 6df814f commit 86e39b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.1.6
- Add technical notes on the About This Tool page
- Make loan origination fees dynamic from the API
- Changed display of graph notifications for settlement school status
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.1.5",
"version": "2.1.6",
"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 paying_for_college/fixtures/collegedata.json
Original file line number Diff line number Diff line change
Expand Up @@ -325133,7 +325133,7 @@
"private_debt": null,
"total_cost": 44700,
"housing": null,
"program_code": "a832",
"program_code": "1832",
"campus": "Tampa",
"median_student_loan_completers": 27792,
"job_note": "",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self):

setup(
name='college-costs',
version='2.1.5',
version='2.1.6',
author='CFPB',
author_email='tech@cfpb.gov',
maintainer='cfpb',
Expand Down

0 comments on commit 86e39b2

Please sign in to comment.