We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53de39 commit 4da227cCopy full SHA for 4da227c
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
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
15
## Version 0.3.0, 2023-12-17
16
17
### New Features (ENH)
pdfly/_version.py
@@ -1 +1 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1"
0 commit comments