Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Update documentation and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Nov 12, 2018
1 parent 7b5ab2f commit 30c0046
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Changelog based on the [format here](https://keepachangelog.com/en/1.0.0/).
`b09e7388`.
- Added rudimentary ZMQ receiver monitoring via the `dataTransfer` module. If no files have been transferred
in 12 hours, a warning will be emitted. See: `4ea80cf2`.
- Added dedicated direct ZMQ receiver monitor via the `overwatch.receiver.monitor` module. It monitors
heartbeat information directly from the ZMQ receivers. It is a supplement to the monitoring via the
`dataTransfer` module. See: `c081a8bf`.
- `repr` and `str` methods to most of the processing classes to aid in debugging. See: `3a544d67` and
`43657bcf`

Expand Down
2 changes: 1 addition & 1 deletion overwatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import re

# Provide the version as a string
__version__ = "1.2"
__version__ = "1.2.1"
version = __version__
# As provide as a tuple, with each value as it's own entry.
# ie. "1.0" -> `("1", "0")`
Expand Down

0 comments on commit 30c0046

Please sign in to comment.