Skip to content

Commit

Permalink
Merge pull request #217 from Amsterdam/release/version_0_10_0
Browse files Browse the repository at this point in the history
Version bump 0.10.0
  • Loading branch information
vanbuiten authored Mar 7, 2019
2 parents 235859c + a9c0ca8 commit 27ecb2d
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, 9, 0)
VERSION = (0, 10, 0)

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

__version__ = get_version(VERSION)

0 comments on commit 27ecb2d

Please sign in to comment.