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

Commit

Permalink
Version bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Dec 4, 2018
1 parent 2aed864 commit 9b7eabc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.2.3] - 3 December 2018

### Added

- Additional processing debug information. See: `b35ac4bc`.
- Additional documentation. See: `97d4b884` and `20adf1b1`.

### Fixed

- Fixed Travis not successfully upload docker images during tags. See: `ff4c6f9b`.
- Fix undefined variable in the web app validation. See: `2aed8646`.

## [1.2.2] - 24 November 2018

### Added
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.2"
__version__ = "1.2.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 9b7eabc

Please sign in to comment.