Skip to content

Commit

Permalink
Merge pull request #237 from Amsterdam/release/version_0_10_1
Browse files Browse the repository at this point in the history
Version bump to 0.10.1
  • Loading branch information
JKoetsier authored Mar 19, 2019
2 parents 4f1eade + 14c93ea commit 207d9e0
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, 0)
VERSION = (0, 10, 1)

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

__version__ = get_version(VERSION)

0 comments on commit 207d9e0

Please sign in to comment.