Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Apr 4, 2024
1 parent 131f768 commit db67907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.rst
Expand Up @@ -92,8 +92,7 @@ We've noticed that different banks implement the specs in slightly different way
It is expected to work correctly with files produced by NatWest, RBS, and JP Morgan.

We don't know yet how to deal with these cases as we don't have access to many bai2 files so we can't test it as we would like.

Please let me know if this happens to you.
You can help by submitting pull requests with sample bai2 files.

Development
-----------
Expand All @@ -105,6 +104,7 @@ Development
:target: https://github.com/ministryofjustice/bai2/actions/workflows/lint.yml

Please report bugs and open pull requests on `GitHub`_.
Please add an item to the `History`_ section to explain code changes.

To work on changes to this library, it’s recommended to install it in editable mode into a virtual environment,
i.e. ``pip install --editable .``
Expand All @@ -122,6 +122,9 @@ Alternatively, you can use ``tox`` if you have multiple python versions.
History
-------

0.14.0 (2024-04-04)
Adds support for charitable organizations/Donor Advised Funds codes 706 and 708 (thanks @coop-nfg).

0.13.0 (2024-01-16)
Parse bai2 files with empty lines, trailing whitespace (thanks @Isaben).

Expand Down
2 changes: 1 addition & 1 deletion bai2/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 13, 0)
VERSION = (0, 14, 0)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit db67907

Please sign in to comment.