Skip to content

Commit dda8e64

Browse files
committed
1.0.1 release
1 parent d056e95 commit dda8e64

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ defined at the bottom of this file.
77

88
All notable changes to the qpageview project are documented in this file.
99

10+
## [1.0.1] - 2025-07-04
11+
12+
### Changed
13+
14+
* Remove remaining pieces that depend on Poppler (#35)
15+
* Raster page layout renamed to Grid Layout (#40)
16+
17+
1018
## [1.0.0] - 2025-01-06
1119

1220
### Added
@@ -80,3 +88,4 @@ its own project, to make it easier to use this package in other applications.
8088
[0.6.1]: https://github.com/frescobaldi/qpageview/compare/v0.6.0...v0.6.1
8189
[0.6.2]: https://github.com/frescobaldi/qpageview/compare/v0.6.1...v0.6.2
8290
[1.0.0]: https://github.com/frescobaldi/qpageview/compare/v0.6.2...v1.0.0
91+
[1.0.1]: https://github.com/frescobaldi/qpageview/compare/v1.0.0...v1.0.1

qpageview/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
"""Version information on the qpageview package."""
2323

24-
version_string = "1.0.0"
24+
version_string = "1.0.1"

0 commit comments

Comments
 (0)