Skip to content

Commit

Permalink
Version bump to version 0.7.1 (corrected)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoenen committed Nov 26, 2018
1 parent e11ceb9 commit 5679878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/app/signals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
# `/signals/v1/...` will always have major API version number `1`.

# Application version (Major, minor, patch)
VERSION = (0, 7, 0)
VERSION = (0, 7, 1)

# API versions (Major, minor, patch)
API_VERSIONS = {
'v0': (0, 1, 1),
'v0': (0, 1, 2),
'v1': (1, 2, 0),
}

Expand Down

0 comments on commit 5679878

Please sign in to comment.