Skip to content

Commit

Permalink
Merge pull request #114 from cfpb/v0.9.95
Browse files Browse the repository at this point in the history
Prep for 0.9.95 release
  • Loading branch information
chosak committed Mar 17, 2017
2 parents 0328cf2 + 5469f97 commit e60a787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
## 0.9.95 - 2017-03-17
- Enforce non-zero price in ratechecker API.
- Add new ratechecker API endpoint to check data load timestamp.
- Fixes unit tests so they can run after "pip install".
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='owning-a-home-api',
version='0.9.92',
version='0.9.95',
author='CFPB',
author_email='tech@cfpb.gov',
packages=find_packages(),
Expand Down

0 comments on commit e60a787

Please sign in to comment.