aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-03-18 18:27:53 +0100
committerGitHub <noreply@github.com>2023-03-18 18:27:53 +0100
commit16f46703dc405368390023da6968356644a0b3b6 (patch)
tree6328671e93f3da53dca00108183014d113a58f17 /manual
parentb27be3ed27890ae8226560817f14c117927cee55 (diff)
parent99231c437860d3b07d99ff12e41529492419f6a7 (diff)
downloadqpdf-16f46703dc405368390023da6968356644a0b3b6.tar.zst
Merge pull request #916 from m-holger/job
Split QPDFJob::run into createQPDF and writeQPDF
Diffstat (limited to 'manual')
-rw-r--r--manual/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.py b/manual/conf.py
index 3597ebbe..9d3148a3 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -16,7 +16,7 @@ project = 'QPDF'
copyright = '2005-2023, Jay Berkenbilt'
author = 'Jay Berkenbilt'
# make_dist and the CI build lexically find the release version from this file.
-release = '11.3.1'
+release = '11.4.0'
version = release
extensions = [
'sphinx_rtd_theme',