Skip to content

Commit 0cf259b

Browse files
author
Robert Sachunsky
committed
📦 v0.2.2
1 parent 76fb519 commit 0cf259b

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.pylintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ disable =
66
super-with-arguments,
77
trailing-whitespace,
88
missing-docstring,
9-
no-self-use,
109
superfluous-parens,
1110
invalid-name,
1211
line-too-long,
@@ -17,8 +16,6 @@ disable =
1716
too-few-public-methods,
1817
duplicate-code
1918

20-
# allow indented whitespace (as required by interpreter):
21-
no-space-check=empty-line
22-
2319
# allow non-snake-case identifiers:
2420
good-names=n,i
21+

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Versioned according to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.2.2] - 2025-10-28
8+
9+
Fixed:
10+
- extract_regions/page: broken identifier scope since 0.2.0
11+
712
## [0.2.1] - 2025-05-13
813

914
Fixed:

0 commit comments

Comments
 (0)