We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0e773 commit f5eed70Copy full SHA for f5eed70
CHANGELOG.md
@@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file.
2
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.
3
4
## Unreleased
5
+
6
+## 0.9.96 - 2017-04-28
7
- Load validation scenarios from external file instead of Python module.
8
+- Ratechecker loader refactor.
9
10
## 0.9.95 - 2017-03-17
11
- Enforce non-zero price in ratechecker API.
setup.py
@@ -14,7 +14,7 @@ def read_file(filename):
14
15
setup(
16
name='owning-a-home-api',
17
- version='0.9.95',
+ version='0.9.96',
18
author='CFPB',
19
author_email='tech@cfpb.gov',
20
packages=find_packages(),
0 commit comments