Skip to content

Commit

Permalink
Version bump 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NodePing committed Jan 13, 2022
1 parent 47e5810 commit efc58e2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 28 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.

(Placeholder for unreleased content)

## [1.4.1]

2022-01-13

### Changed

- No code has been changed, only docstring info in the different checktypes in `create_checks.py` noting that the runlocation can be a str or a list of two-character probe indicators (such as wa, tx, ny)

## [1.4.0]

2021-12-01
Expand Down
54 changes: 27 additions & 27 deletions nodeping_api/create_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def audio_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -217,7 +217,7 @@ def cluster_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -298,7 +298,7 @@ def dns_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -392,7 +392,7 @@ def doh_dot_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -466,7 +466,7 @@ def ftp_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -531,7 +531,7 @@ def http_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -626,7 +626,7 @@ def httpadv_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -699,7 +699,7 @@ def httpcontent_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -788,7 +788,7 @@ def httpparse_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -870,7 +870,7 @@ def imap4_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -929,7 +929,7 @@ def mysql_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -998,7 +998,7 @@ def ntp_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1064,7 +1064,7 @@ def ping_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1148,7 +1148,7 @@ def pop3_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1212,7 +1212,7 @@ def port_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1300,7 +1300,7 @@ def push_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1369,7 +1369,7 @@ def rbl_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1428,7 +1428,7 @@ def rdp_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1500,7 +1500,7 @@ def spec10dns_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1576,7 +1576,7 @@ def spec10rdds_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1638,7 +1638,7 @@ def sip_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1720,7 +1720,7 @@ def smtp_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1811,7 +1811,7 @@ def snmp_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1885,7 +1885,7 @@ def ssh_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -1950,7 +1950,7 @@ def ssl_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -2018,7 +2018,7 @@ def websocket_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down Expand Up @@ -2092,7 +2092,7 @@ def whois_check(
:param enabled: If created check will be enabled or disabled
:type public: bool
:param public: If the results for the created check will be public or not
:type runlocations: str
:type runlocations: str or list
:param runlocations: Which region to be originated from
:type homeloc: str
:param homeloc: Which probe in the region to originate the check from
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
URL = "https://github.com/NodePing/python-nodeping-api"
EMAIL = "[email protected]"
AUTHOR = "NodePing"
VERSION = "1.4.0"
VERSION = "1.4.1"
LICENSE = "MIT"

setuptools.setup(
Expand Down

0 comments on commit efc58e2

Please sign in to comment.