Skip to content

Commit

Permalink
Merge pull request #245 from Amsterdam/release/version_0_10_3
Browse files Browse the repository at this point in the history
Version bump to 0.10.3
  • Loading branch information
tcoenen authored Mar 26, 2019
2 parents 007a7a8 + 99fdb64 commit e188e6e
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, 10, 2)
VERSION = (0, 10, 3)

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

__version__ = get_version(VERSION)

0 comments on commit e188e6e

Please sign in to comment.