Skip to content

Commit 5001bf9

Browse files
committed
Prepare for possible release
1 parent 860bf97 commit 5001bf9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

autorelease/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"beta": false,
33
"major": false,
4-
"humble": null
4+
"humble": true
55
}

docs/devel/changelog_staging.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<!-- List character: dash (-) -->
55

66
# Changelog for next release
7+
*This is expected to be the last release of the v4 series.*
78
- `PdfPage.get_objects()`: Don't register pageobjects as children, because they don't need to be closed by the caller when part of a page. This avoids excessive caching of weakrefs that are not cleaned up with the object they refer to.
9+
- Fixed another dotted filepath blunder in the `extract-images` CLI. (The `PdfImage.extract()` API is not affected this time.)
10+
- Fixed installation with reference bindings (`PDFIUM_BINDINGS=reference`) by adding a missing `mkdir` call. (In older versions, this can be worked around by unpacking the sdist and creating the missing directory manually before installation.)
811
- Autorelease: Swapped default condition for minor/patch update, as pypdfium2 changes are likely more API-significant than pdfium updates. Added ability for manual override.
912
- Fixed conda packaging: It is now required to explicitly specify `-c defaults` with `--override-channels`, presumably due to an upstream change.
1013
- Bumped workflows to Python 3.12.
14+
- Updated docs on licensing.

0 commit comments

Comments
 (0)