aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-16 16:05:48 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-16 16:06:34 +0100
commit924ebf9f6abb1b682bfde18f537c6f336fc72c82 (patch)
treef83f735df64c7d8b91ae3d461c5d5c9c3a33aa5b /manual
parentfdf8d4a67d81916adbaea53fa3a9739a6ac2b683 (diff)
downloadqpdf-924ebf9f6abb1b682bfde18f537c6f336fc72c82.tar.zst
Bump version to 11.7.0
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 82c56faa..b95eb3c6 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.6.4'
+release = '11.7.0'
version = release
extensions = [
'sphinx_rtd_theme',