Skip to content

Commit

Permalink
Merge pull request #169 from Amsterdam/release/version_0_7_1
Browse files Browse the repository at this point in the history
Version bump to version 0.7.1 (corrected)
  • Loading branch information
tcoenen authored Nov 26, 2018
2 parents e11ceb9 + 5679878 commit f2aab18
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 f2aab18

Please sign in to comment.