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 76e5c77 commit a0a9624Copy full SHA for a0a9624
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.8.1 - 2025-09-21
4
+- NSDL parser bug fixes
5
+
6
+## 0.8.0 - 2025-02-26
7
+- NSDL support: first version
8
+- various bug fixes
9
10
## 0.7.4 - 2023-10-04
11
- (fix) fix broken scheme names
12
casparser/__init__.py
@@ -9,4 +9,4 @@
"CapitalGainsReport",
]
-__version__ = "0.8.0"
+__version__ = "0.8.1"
0 commit comments