-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [Breaking change] Major refactoring of the library core and public APIs - Unified status and summary data models (using attrs) - Better typing hints - Some services contain tests with mocked responses (more to come whenever we'll get more incidents) - [Dev] Add coverage reports via coveralls.io (current coverage 96%)
- Loading branch information
Rust Saiargaliev
committed
Aug 9, 2020
1 parent
bfa2e3a
commit c2716a9
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__author__ = "Rust Saiargaliev" | ||
__email__ = "[email protected]" | ||
__url__ = "https://github.com/amureki/statuscheck" | ||
__version__ = "3.0.0a" | ||
__version__ = "3.0.0" |