Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
akantak committed Apr 29, 2024
1 parent 8ce9a0b commit 6340b83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Use at your own risk! Do not treat it as a tax consultancy.

## General

Those scripts were initally designed to calculate taxes from E*TRADE dividends for Intel employees.
Those scripts were initally designed to calculate taxes from E\*TRADE dividends for Intel employees.
Stock sales/vesting and liquidity funds were added later. It was not tested with any other entities.

### Installation

Install python module:

```bash
python3 -m pip install https://github.com/akantak/etrade_tax_poland/archive/main.zip
python3 -m pip install --upgrade git+https://github.com/akantak/etrade_tax_poland[email protected]
```

### Preparation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "etrade_tax_poland"
version = "0.0.9"
version = "0.0.10"
authors = [
{ name="Aleksander Kantak", email="[email protected]" },
]
Expand Down
5 changes: 5 additions & 0 deletions src/etrade_tax_poland/nbp_cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1576,5 +1576,10 @@
"2024-04-21": "",
"2024-04-22": 4.054,
"2024-04-23": 4.061,
"2024-04-24": 4.0417,
"2024-04-25": 4.0276,
"2024-04-26": 4.0245,
"2024-04-27": "",
"2024-04-28": "",
"_": ""
}

0 comments on commit 6340b83

Please sign in to comment.