PT-2256 Release notes for Percona Toolkit version 3.6.0

modified:   Makefile.PL
	modified:   config/sphinx-build/conf.py
	modified:   docs/release_notes.rst
This commit is contained in:
Alina Derkach
2024-05-28 16:21:51 +03:00
parent aa1ac0e688
commit 710d60985c
3 changed files with 51 additions and 5 deletions

View File

@@ -48,9 +48,9 @@ copyright = u'2024, Percona LLC and/or its affiliates'
# built documents.
#
# The short X.Y version.
version = '3.5'
version = '3.6'
# The full version, including alpha/beta/rc tags.
release = '3.5.7'
release = '3.6.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -202,7 +202,7 @@ htmlhelp_basename = 'PerconaToolkitdoc'
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'PerconaToolkit.tex', u'Percona Toolkit Documentation',
u'2023, Percona LLC and/or its affiliates', 'manual'),
u'2024, Percona LLC and/or its affiliates', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -236,5 +236,5 @@ latex_toplevel_sectioning = 'part'
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'perconatoolkit', u'Percona Toolkit Documentation',
[u'2023, Percona LLC and/or its affiliates'], 1)
[u'2024, Percona LLC and/or its affiliates'], 1)
]