Skip to content

Commit 4da227c

Browse files
committed
REL: 0.3.1
## What's new ### Developer Experience (DEV) - Release via REL commit (#48) by @MartinThoma - Fix mypy issues by @MartinThoma - Add make_release.py by @MartinThoma [Full Changelog](0.3.0...0.3.1)
1 parent b53de39 commit 4da227c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## Version 0.3.1, 2024-03-29
4+
5+
### Maintenance (MAINT)
6+
- Update pypdf usage (#48)
7+
8+
### Developer Experience (DEV)
9+
- Release via REL commit (#48)
10+
- Fix mypy issues
11+
- Add make_release.py
12+
13+
[Full Changelog](https://github.com/py-pdf/pdfly/compare/0.3.0...0.3.1)
14+
315
## Version 0.3.0, 2023-12-17
416

517
### New Features (ENH)

pdfly/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)