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

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Jan 2, 2019
1 parent c0eef84 commit 0c782dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Changelog based on the [format here](https://keepachangelog.com/en/1.0.0/).

## [1.2.4] - Unreleased
## [1.3] - 2 January 2019

### Added

- Python 3.7 docker image. See: `aa97cecf`.
- Alarms subsystem to automatically detect unexpected trending values using user defined criteria. Thanks to
Artur, Jacek, Pawel! See PR #50.

### Changed

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.3"
__version__ = "1.3"
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 0c782dc

Please sign in to comment.