Skip to content

Commit

Permalink
Merge pull request #25 from SenteraLLC/feature/alert-details
Browse files Browse the repository at this point in the history
details field
  • Loading branch information
jwiem authored Mar 8, 2021
2 parents 0bb7abd + ff1da1d commit 00fbf38
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 96 deletions.
186 changes: 97 additions & 89 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- pip
- pipenv
- httpretty
- requests-mock
# main dependencies
- requests
- tenacity
Expand Down
2 changes: 1 addition & 1 deletion sentera/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines package version. Parsed by setup.py and imported by __init__.py."""

__version__ = "2.5.1"
__version__ = "2.5.2"
Loading

0 comments on commit 00fbf38

Please sign in to comment.