Skip to content

Commit 53cfa2a

Browse files
committed
v0.5.1 - update CHANGELOG.md
1 parent 623d43f commit 53cfa2a

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.1 - 2021-07-21
4+
- gains: PnL report
5+
- support for migration of Franklin Templeton funds to CAMS RTA
6+
- various bug fixes
7+
38
## 0.5.0 - 2021-07-02
49
- Support for calculating capital gains from detailed CAS statements
510
- support for parsing Tax Deducted at Source (`TDS`) transactions

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "casparser"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "(Karvy/Kfintech/CAMS) Consolidated Account Statement (CAS) PDF parser"
55
authors = ["Sandeep Somasekharan <[email protected]>"]
66
homepage = "https://github.com/codereverser/casparser"
@@ -17,7 +17,7 @@ include = [ "CHANGELOG.md" ]
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.8"
20-
casparser-isin = ">=2021.7.1"
20+
casparser-isin = ">=2021.7.21"
2121
click = "^8.0.1"
2222
colorama = "^0.4.4"
2323
"pdfminer.six" = "20201018"

0 commit comments

Comments
 (0)