Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 61e8108

Browse files
committed
2.18.0
1 parent 99d4228 commit 61e8108

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CloudFlare/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" Cloudflare v4 API"""
22

3-
__version__ = '2.17.0'
3+
__version__ = '2.18.0'
44

55
from .cloudflare import CloudFlare
66

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ install: build
3737
test: all
3838
@if pip show pytest-cov > /dev/null; \
3939
then \
40+
if [ ! -s .coverage ] ; then touch -t 202001011200 .coverage ; fi ; \
4041
if [ `find CloudFlare CloudFlare/tests cli4 examples setup.py setup.cfg -type f -depth 1 -name '*.py' -newer .coverage | wc -l` != 0 ]; \
4142
then \
4243
echo $(PYTEST) --cov=CloudFlare ; \

0 commit comments

Comments
 (0)