mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
Fix Logo alignment for PYPI description
This commit is contained in:
@@ -10,7 +10,6 @@ VCR.py 📼
|
|||||||
|
|
||||||
.. image:: https://vcrpy.readthedocs.io/en/latest/_images/vcr.svg
|
.. image:: https://vcrpy.readthedocs.io/en/latest/_images/vcr.svg
|
||||||
:alt: vcr.py logo
|
:alt: vcr.py logo
|
||||||
:align: right
|
|
||||||
|
|
||||||
|
|
||||||
This is a Python version of `Ruby's VCR
|
This is a Python version of `Ruby's VCR
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import logging
|
|||||||
from .config import VCR
|
from .config import VCR
|
||||||
from logging import NullHandler
|
from logging import NullHandler
|
||||||
|
|
||||||
__version__ = "4.0.0"
|
__version__ = "4.0.1"
|
||||||
|
|
||||||
logging.getLogger(__name__).addHandler(NullHandler())
|
logging.getLogger(__name__).addHandler(NullHandler())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user