1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

update changelog and bump version

This commit is contained in:
Kevin McCarthy
2020-07-31 09:40:27 -05:00
parent f387950486
commit a351621d92
2 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from .config import VCR
from logging import NullHandler
from .record_mode import RecordMode as mode # noqa import is not used in this file
__version__ = "4.0.2"
__version__ = "4.1.0"
logging.getLogger(__name__).addHandler(NullHandler())