summaryrefslogtreecommitdiffstats
path: root/commands/storage/doc
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-02-26 13:44:05 +0100
committerMichal Minar <miminar@redhat.com>2014-03-17 12:25:52 +0100
commitc322f0f820e937861a043d9c8cf4df454edbca2e (patch)
treec90770674c0fdabfa9bec3d661e23930c34efa0c /commands/storage/doc
parent79b1b0e1935f068517acad9fb36647a6e5879f53 (diff)
downloadopenlmi-scripts-c322f0f820e937861a043d9c8cf4df454edbca2e.tar.gz
openlmi-scripts-c322f0f820e937861a043d9c8cf4df454edbca2e.tar.xz
openlmi-scripts-c322f0f820e937861a043d9c8cf4df454edbca2e.zip
unified script versions
All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
Diffstat (limited to 'commands/storage/doc')
-rw-r--r--commands/storage/doc/conf.py.skel (renamed from commands/storage/doc/conf.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/storage/doc/conf.py b/commands/storage/doc/conf.py.skel
index f8c6d91..91e0905 100644
--- a/commands/storage/doc/conf.py
+++ b/commands/storage/doc/conf.py.skel
@@ -48,9 +48,9 @@ copyright = u'2013-2014, Red Hat, Inc.'
# built documents.
#
# The short X.Y version.
-version = '0.0.5'
+version = "@@VERSION@@"
# The full version, including alpha/beta/rc tags.
-release = '0.0.5'
+release = "@@VERSION@@"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.