Skip to content

Commit f5eed70

Browse files
committed
prep for 0.9.96 release
1 parent ff0e773 commit f5eed70

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file.
22
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.
33

44
## Unreleased
5+
6+
## 0.9.96 - 2017-04-28
57
- Load validation scenarios from external file instead of Python module.
8+
- Ratechecker loader refactor.
69

710
## 0.9.95 - 2017-03-17
811
- Enforce non-zero price in ratechecker API.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read_file(filename):
1414

1515
setup(
1616
name='owning-a-home-api',
17-
version='0.9.95',
17+
version='0.9.96',
1818
author='CFPB',
1919
author_email='tech@cfpb.gov',
2020
packages=find_packages(),

0 commit comments

Comments
 (0)