We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa3053 commit ecab87cCopy full SHA for ecab87c
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
# 0.7.1 - 2023-09-06
13
- fix bug where long scheme names were getting truncated
14
casparser/__init__.py
@@ -9,4 +9,4 @@
"CapitalGainsReport",
]
-__version__ = "0.7.2"
+__version__ = "0.7.3"
0 commit comments