From 7a286d347d6898c9363281b9df199bb2cf464ad9 Mon Sep 17 00:00:00 2001 From: zhurong Date: Tue, 2 Aug 2016 06:48:41 +0000 Subject: [PATCH] Fix typo Change-Id: Id15a20f9cd9f19af32145ec69cd02e5d9795a3c4 --- releasenotes/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index ca940a79..f662fbd7 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -66,7 +66,7 @@ copyright = u'2015, Senlin Developers' # # The short X.Y version. -senlin_version = pbr.version.VersionInfo('python-muranoclient') +senlin_version = pbr.version.VersionInfo('python-senlinclient') # The full version, including alpha/beta/rc tags. release = senlin_version.version_string_with_vcs() # The short X.Y version.