Skip to content

Commit

Permalink
Version bump to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoenen committed Mar 19, 2019
1 parent 4f1eade commit 14c93ea
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 14c93ea

Please sign in to comment.