[PATCH 2/2] Bump version in sphinx config from scripts/makebumpver.

David Lehman dlehman at redhat.com
Wed Jul 9 17:45:20 UTC 2014


---
 scripts/makebumpver | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/makebumpver b/scripts/makebumpver
index da0e060..e0a303c 100755
--- a/scripts/makebumpver
+++ b/scripts/makebumpver
@@ -519,7 +519,9 @@ def main(argv):
 
     # Files to replace version strings in
     version_files = [(os.path.realpath(cwd+"/setup.py"), "version='%s'"),
-                     (os.path.realpath(cwd+"/blivet/__init__.py"), "__version__ = '%s'")]
+                     (os.path.realpath(cwd+"/blivet/__init__.py"), "__version__ = '%s'"),
+                     (os.path.realpath(cwd+"/blivet/doc/conf.py"), "version = '%s'"),
+                     (os.path.realpath(cwd+"/blivet/doc/conf.py"), "release = '%s'")]
 
     mbv = MakeBumpVer(name=name, version=version, release=release,
                       ignore=ignore, bugmap=bugmap, spec=spec, skip_acks=skip_acks,
-- 
1.9.3



More information about the anaconda-patches mailing list