diff --git a/ChangeLog b/ChangeLog index a83a355..c36a2e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ CHANGES ======= +v0.1.3 +------ + +* Updated README for requirements and install + v0.1.2 ------ diff --git a/README.rst b/README.rst index 90716a7..1ded51e 100644 --- a/README.rst +++ b/README.rst @@ -40,9 +40,7 @@ be configured and running Installation ------------ -``` -pip install rbd-iscsi-client -``` +``pip install rbd-iscsi-client`` Features -------- @@ -72,6 +70,8 @@ rbd images/volumes to an iSCSI initiator. Credits ------- +This package makes use of the rbd-target-api from ceph-iscsi_ package. + .. _ceph-iscsi: https://github.com/ceph/ceph-iscsi This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.