Skip to content

Commit

Permalink
Merge pull request #21 from simon-20/main
Browse files Browse the repository at this point in the history
Release commit: 0.10.9
  • Loading branch information
simon-20 authored Nov 14, 2023
2 parents b256026 + 5e09d64 commit 2a0deb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.10.9] - 2023-11-14

### Added

- Several unit tests have been added to cover budget and transaction calculations.

### Fixed

- Bug in calculation of value_local for some transactions: https://github.com/iati-data-access/iati-flattener/issues/9
- Budget splitting: budgets are now split by calculating a day rate, which is then used
to work out the amount for each budget period. https://github.com/iati-data-access/iati-flattener/issues/16

## [0.10.8] - 2023-08-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name="iatiflattener",
packages=find_packages(exclude=['ez_setup', 'examples']),
version='0.10.8',
version='0.10.9',
description="A set of tools to flatten IATI data.",
author="Mark Brough",
author_email="[email protected]",
Expand Down

0 comments on commit 2a0deb8

Please sign in to comment.