Skip to content

Commit cfb1c76

Browse files
committed
v0.6.1 - update cii data
1 parent 9abe48b commit cfb1c76

File tree

3 files changed

+82
-3
lines changed

3 files changed

+82
-3
lines changed

casparser/analysis/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import re
12
from collections import UserDict
23
from datetime import date
34
from decimal import Decimal
4-
import re
55
from typing import Optional
66

77
from casparser_isin import MFISINDb
@@ -27,6 +27,8 @@
2727
"FY2018-19": 280,
2828
"FY2019-20": 289,
2929
"FY2020-21": 301,
30+
"FY2021-22": 317,
31+
"FY2022-23": 331,
3032
}
3133

3234

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "casparser"
3-
version = "0.6.0"
3+
version = "0.6.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"
@@ -41,6 +41,9 @@ virtualenv = "^20.19.0"
4141
[tool.poetry.scripts]
4242
casparser = 'casparser.cli:cli'
4343

44+
[tool.poetry.group.dev.dependencies]
45+
black = "^23.3.0"
46+
4447
[build-system]
4548
requires = ["poetry-core>=1.0.0"]
4649
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)