Skip to content

Commit

Permalink
set version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Feb 22, 2016
1 parent 6570a31 commit b4dfd16
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
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
- new url for handling querystring offer data
- added notification functionality for disclosures
## 2.0.0
### Added/updated
- New url for handling querystring offer data
- Added notification functionality for disclosures
- Added user interface for adding and removing private loans
- Update version of student-debt-calc to support multiple private loans
- Updated dispatchers to handle multiple private loans
- Updated DOM and JS to display totals properly
- Update content to be dynamic based on API and offer data

### Removed
- API code for saving and revisiting worksheets

## 1.1.0 - 2015-10-28

### Initial refactoring
- Retooling comparisontool as a disclosures app

### Added
- elasticsearch dependency and utilities script
- new model for school program data
- new models for school program data and constants
- extended model for schools
- tests and test framework

### Removed
- Haystack and Solr dependencies.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tools to help students make informed financial decisions about college.

![](compare_hero.png)

- **Status**: Alpha
- **Status**: Beta
- This project is under construction. Please wear a hardhat.

### Setup dependencies
Expand Down
2 changes: 1 addition & 1 deletion repositories.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deploy_repository: https://github.com/cfpb/college-costs.git@1.1.0
deploy_repository: https://github.com/cfpb/college-costs.git@2.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read_file(filename):

setup(
name='college-costs',
version='1.1.0',
version='2.0.0',
author='CFPB',
author_email='[email protected]',
maintainer='cfpb',
Expand Down

0 comments on commit b4dfd16

Please sign in to comment.