aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/cli.rst2
-rw-r--r--manual/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/cli.rst b/manual/cli.rst
index b50f2862..49ae90f8 100644
--- a/manual/cli.rst
+++ b/manual/cli.rst
@@ -855,7 +855,7 @@ Related Options
and gzip) unless those streams are compressed in some other way.
This analysis is made after qpdf attempts to uncompress streams and
is therefore closely related to :qpdf:ref:`--decode-level`. To
- suppress this behavior and leave streams streams uncompressed, use
+ suppress this behavior and leave streams uncompressed, use
:samp:`--compress-streams=n`. In QDF mode (see :ref:`qdf` and
:qpdf:ref:`--qdf`), the default is to leave streams uncompressed.
diff --git a/manual/conf.py b/manual/conf.py
index a1fc9298..773321cc 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -16,7 +16,7 @@ project = 'QPDF'
copyright = '2005-2022, Jay Berkenbilt'
author = 'Jay Berkenbilt'
# make_dist and the CI build lexically find the release version from this file.
-release = '11.2.0'
+release = '11.2.1'
version = release
extensions = [
'sphinx_rtd_theme',