Skip to content

Commit

Permalink
Version bump 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbuiten committed Jun 13, 2019
1 parent b2dda42 commit c0d9a13
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, 13, 2)
VERSION = (0, 13, 3)

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

__version__ = get_version(VERSION)

0 comments on commit c0d9a13

Please sign in to comment.