Skip to content

Commit

Permalink
Merge pull request #172 from Amsterdam/release/version_0_7_2
Browse files Browse the repository at this point in the history
Version bump to version 0.7.2
  • Loading branch information
tcoenen authored Dec 5, 2018
2 parents ce79e7f + 01aece0 commit 07070f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, 2)

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

__version__ = get_version(VERSION)

0 comments on commit 07070f0

Please sign in to comment.