Release cleanup.
This commit is contained in:
parent
c2cb3818d0
commit
112edc1bca
@ -111,7 +111,7 @@ Tips
|
|||||||
To run a subset of tests::
|
To run a subset of tests::
|
||||||
|
|
||||||
|
|
||||||
$ python -m unittest tests.test_rbd_iscsi_client
|
$ tox -epy37 tests.test_rbd_iscsi_client
|
||||||
|
|
||||||
Deploying
|
Deploying
|
||||||
---------
|
---------
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
v0.1.1
|
||||||
|
------
|
||||||
|
|
||||||
|
* Update setting version from pbr
|
||||||
|
|
||||||
|
v0.1.0
|
||||||
|
------
|
||||||
|
|
||||||
|
* Update some documentation
|
||||||
* remove manifest
|
* remove manifest
|
||||||
* Fix pep8
|
* Fix pep8
|
||||||
* renamed rbd\_iscsi\_client to client
|
* renamed rbd\_iscsi\_client to client
|
||||||
|
12
README.rst
12
README.rst
@ -3,18 +3,18 @@ RBD iSCSI Client
|
|||||||
================
|
================
|
||||||
|
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/rbd_iscsi_client.svg
|
.. image:: https://img.shields.io/pypi/v/rbd-iscsi-client.svg
|
||||||
:target: https://pypi.python.org/pypi/rbd_iscsi_client
|
:target: https://pypi.python.org/pypi/rbd-iscsi-client
|
||||||
|
|
||||||
.. image:: https://img.shields.io/travis/hemna/rbd_iscsi_client.svg
|
.. image:: https://img.shields.io/travis/hemna/rbd-iscsi-client.svg
|
||||||
:target: https://travis-ci.org/hemna/rbd_iscsi_client
|
:target: https://travis-ci.com/hemna/rbd-iscsi-client
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/rbd-iscsi-client/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/rbd-iscsi-client/badge/?version=latest
|
||||||
:target: https://rbd-iscsi-client.readthedocs.io/en/latest/?badge=latest
|
:target: https://rbd-iscsi-client.readthedocs.io/en/latest/?badge=latest
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
.. image:: https://pyup.io/repos/github/hemna/rbd_iscsi_client/shield.svg
|
.. image:: https://pyup.io/repos/github/hemna/rbd-iscsi-client/shield.svg
|
||||||
:target: https://pyup.io/repos/github/hemna/rbd_iscsi_client/
|
:target: https://pyup.io/repos/github/hemna/rbd-iscsi-client/
|
||||||
:alt: Updates
|
:alt: Updates
|
||||||
|
|
||||||
|
|
||||||
|
14
setup.cfg
14
setup.cfg
@ -47,17 +47,3 @@ skip_authors = 1
|
|||||||
|
|
||||||
[upload_sphinx]
|
[upload_sphinx]
|
||||||
upload-dir = doc/build/html
|
upload-dir = doc/build/html
|
||||||
|
|
||||||
[compile_catalog]
|
|
||||||
directory = rbd_iscsi_client/locale
|
|
||||||
domain = rbd_iscsi_client
|
|
||||||
|
|
||||||
[update_catalog]
|
|
||||||
domain = rbd_iscsi_client
|
|
||||||
output_dir = rbd_iscsi_client/locale
|
|
||||||
input_file = rbd_iscsi_client/locale/rbd_iscsi_client.pot
|
|
||||||
|
|
||||||
[extract_messages]
|
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
|
||||||
mapping_file = babel.cfg
|
|
||||||
output_file = rbd_iscsi_client/locale/rbd_iscsi_client.pot
|
|
||||||
|
Loading…
Reference in New Issue
Block a user