Skip to content

Commit 6b78578

Browse files
dgunningclaude
andcommitted
chore(release): 5.39.1
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9576d90 commit 6b78578

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.39.1] - 2026-06-22
11+
12+
### Fixed
13+
14+
- **SGML header parser no longer drops fields after an empty-value top-level key** — an empty-value key like `CONFIRMING COPY:` was misread as a section header, dropping every following field (incl. `FILED AS OF DATE`) so `FilingSGML.filing_date` returned `None`. (edgartools-sg9k)
15+
- **`ShelfLifecycle.total_offering_capacity` recovered from misparsed EX-107 fee tables** — the parser picked the registration fee, or a column-misaligned cell, as `total_offering_amount` for a class of Exhibit 107 layouts, surfacing genuine shelves as null capacity. (edgartools-xn7e)
16+
- **Fee rate parsed correctly for per-$1,000,000 and leading-decimal cells**`$153.10 per $1,000,000` and `$.0000927` no longer leave `FeeTableSecurity.fee_rate` orders of magnitude too large; dilution tables no longer double-prefix `$` on values that already embed the sign.
17+
1018
## [5.39.0] - 2026-06-21
1119

1220
424B offering extraction now consumes the machine-readable EX-FILING FEES inline-XBRL exhibit it already parsed but previously ignored — wiring it into deal sizing and offering-type classification, adding an IPO offering type, and exposing classifier provenance — plus an lxml rewrite of the exhibit parser and two fixes for offline / local-storage use of historic pre-HTML SGML filings.

edgar/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2022-present Dwight Gunning <dgunning@gmail.com>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = '5.39.0'
4+
__version__ = '5.39.1'

0 commit comments

Comments
 (0)