Skip to content

Commit

Permalink
bump version to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codereverser committed Sep 26, 2023
1 parent 3aa3053 commit ecab87c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.7.3 - 2023-09-26
- (new) Add support for parsing nominee details (available in `Folio.nominees`)
- (fix) fix empty PAN in certain cases

## 0.7.2 - 2023-09-19
- Bug fixes
- Exclude short term capital gains (STCG) from 112A reports
- Fix advisor code parsing

# 0.7.1 - 2023-09-06
- fix bug where long scheme names were getting truncated

Expand Down
2 changes: 1 addition & 1 deletion casparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"CapitalGainsReport",
]

__version__ = "0.7.2"
__version__ = "0.7.3"

0 comments on commit ecab87c

Please sign in to comment.