Skip to content

Commit b2d2e9a

Browse files
committed
v0.7.1: update CHANGELOG.md
1 parent 6bf0127 commit b2d2e9a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

3+
# 0.7.1 - 2023-09-06
4+
- fix bug where long scheme names were getting truncated
5+
36
## 0.7.0 - 2023-09-03
47
- update pydantic to v2
58

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "casparser"
3-
version = "0.7.0"
3+
version = "0.7.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"

0 commit comments

Comments
 (0)