Skip to content

Commit ecab87c

Browse files
committed
bump version to v0.7.3
1 parent 3aa3053 commit ecab87c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 0.7.3 - 2023-09-26
4+
- (new) Add support for parsing nominee details (available in `Folio.nominees`)
5+
- (fix) fix empty PAN in certain cases
6+
7+
## 0.7.2 - 2023-09-19
8+
- Bug fixes
9+
- Exclude short term capital gains (STCG) from 112A reports
10+
- Fix advisor code parsing
11+
312
# 0.7.1 - 2023-09-06
413
- fix bug where long scheme names were getting truncated
514

casparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"CapitalGainsReport",
1010
]
1111

12-
__version__ = "0.7.2"
12+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)