Commit 61645c24 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

Merge release 0.9 into develop.

parents e5077ccc 7de43425
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line

0.9 (unreleased)
0.10 (unreleased)
-----------------

- Nothing changed yet.


0.9 (2025-07-22)
----------------

* Rename the package and module to just `pdfposter`, which was the original
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ Frequently Asked Questions
* Are there other Python tools for manipulating PDF?

  Yes, there are:

  * `pdfbook <https://pdfbook.readthedocs.io/>`_
  * `pdfdecrypt <https://pdfdecrypt.readthedocs.io/>`_
  * `pdfjoin <https://pdfjoin.readthedocs.io/>`_
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import time
# -- General configuration -----------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
needs_sphinx = '1.0'

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@@ -201,4 +201,4 @@ texinfo_documents = [
]

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ pdfposter - scale and tile PDF images/pages to print on multiple pages.
__author__ = "Hartmut Goebel <h.goebel@crazy-compilers.com>"
__copyright__ = "Copyright 2008-2022 by Hartmut Goebel <h.goebel@crazy-compilers.com>"
__license__ = "SPDX-License-Identifier: GPL-3.0-or-later"
__version__ = "0.9.dev0"
__version__ = "0.10.dev0"

from pypdf import PdfWriter, PdfReader, PageObject
from pypdf.types import NameObject
+5 −5

File changed.

Contains only whitespace changes.