Rename __version__ to version
This patch renames the module's __version__ var to version.
This commit is contained in:
parent
b4bbb15e78
commit
7dae6c4f2a
23
ChangeLog
23
ChangeLog
@ -1,29 +1,14 @@
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
v0.1.4
|
||||
------
|
||||
|
||||
* more
|
||||
* more readthedocs.yml
|
||||
* try and fix readthedocs.yml
|
||||
* Added .readthedocs.yml
|
||||
* Fixed more README issues
|
||||
|
||||
v0.1.3
|
||||
------
|
||||
|
||||
* Updated README for requirements and install
|
||||
|
||||
v0.1.2
|
||||
------
|
||||
|
||||
* Release cleanup
|
||||
|
||||
v0.1.1
|
||||
------
|
||||
|
||||
* Update setting version from pbr
|
||||
|
||||
v0.1.0
|
||||
------
|
||||
|
||||
* Update some documentation
|
||||
* remove manifest
|
||||
* Fix pep8
|
||||
|
@ -20,6 +20,6 @@ __email__ = 'waboring@hemna.com'
|
||||
version_info = pbr.version.VersionInfo('rbd-iscsi-client')
|
||||
|
||||
try:
|
||||
__version__ = version_info.version_string()
|
||||
version = version_info.version_string()
|
||||
except AttributeError:
|
||||
__version__ = None
|
||||
version = None
|
||||
|
Loading…
Reference in New Issue
Block a user