summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2021-01-03 16:57:16 +0800
committerzhangboye <zhangboye@inspur.com>2021-01-03 16:58:30 +0800
commit4963c7ae14743d2542c8334e3175b7827750bb3d (patch)
tree0cca219218d6048a25f10f9f10762b63d466a5f2 /releasenotes
parent1a1ee061e8d6d3a9c825819ed426e4f1b2eba80e (diff)
downloadpython-neutronclient-4963c7ae14743d2542c8334e3175b7827750bb3d.tar.gz
remove unicode from code7.3.0
Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 5b075fe..4982876 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -61,8 +61,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Neutron Client Release Notes'
-copyright = u'2015, Neutron Developers'
+project = 'Neutron Client Release Notes'
+copyright = '2015, Neutron Developers'
# Release notes are version independent.
# The full version, including alpha/beta/rc tags.