Skip to content

Commit

Permalink
Merge pull request #168 from Amsterdam/revert-167-release/version_0_7_1
Browse files Browse the repository at this point in the history
Revert "Version bump to version 0.7.1"
  • Loading branch information
tcoenen authored Nov 26, 2018
2 parents e818193 + 4c66565 commit e11ceb9
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,12 +16,12 @@
# `/signals/v1/...` will always have major API version number `1`.

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

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

__version__ = get_version(VERSION)

0 comments on commit e11ceb9

Please sign in to comment.