diff --git a/ChangeLog b/ChangeLog index c0af535..590ddbb 100644 --- a/ChangeLog +++ b/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 diff --git a/rbd_iscsi_client/__init__.py b/rbd_iscsi_client/__init__.py index bb6ce95..a5a5f1d 100644 --- a/rbd_iscsi_client/__init__.py +++ b/rbd_iscsi_client/__init__.py @@ -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