We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed24d1b commit 9544981Copy full SHA for 9544981
2 files changed
ready/ready.py
@@ -7,7 +7,7 @@
7
from importlib import resources
8
from . import checks as checks_module
9
10
-VERSION = "1.6.1"
+VERSION = "1.7.0"
11
12
from ready.checks.bad_response import (
13
check_bad_response_cloudflare,
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = ready-check
3
-version = 1.6.1
+version = 1.7.0
4
author = Brenton Cleeland
5
author_email = brenton@brntn.me
6
description = A developer-friendly web scanning tool
0 commit comments