We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b2516 commit 0d5f5feCopy full SHA for 0d5f5fe
ready/ready.py
@@ -7,7 +7,7 @@
7
from importlib import resources
8
from . import checks as checks_module
9
10
-VERSION = "1.5.0"
+VERSION = "1.6.1"
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.5.0
+version = 1.6.1
4
author = Brenton Cleeland
5
author_email = brenton@brntn.me
6
description = A developer-friendly web scanning tool
0 commit comments