Skip to content

Commit

Permalink
2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 9, 2024
1 parent 99d4228 commit 61e8108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Cloudflare v4 API"""

__version__ = '2.17.0'
__version__ = '2.18.0'

from .cloudflare import CloudFlare

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ install: build
test: all
@if pip show pytest-cov > /dev/null; \
then \
if [ ! -s .coverage ] ; then touch -t 202001011200 .coverage ; fi ; \
if [ `find CloudFlare CloudFlare/tests cli4 examples setup.py setup.cfg -type f -depth 1 -name '*.py' -newer .coverage | wc -l` != 0 ]; \
then \
echo $(PYTEST) --cov=CloudFlare ; \
Expand Down

0 comments on commit 61e8108

Please sign in to comment.