Merge "Bump API version number and date"

This commit is contained in:
Jenkins 2016-08-03 11:03:09 +00:00 committed by Gerrit Code Review
commit 1f0ce00232
3 changed files with 5 additions and 5 deletions

View File

@ -74,9 +74,9 @@ v3_MEDIA_TYPES = [
]
v3_EXPECTED_RESPONSE = {
"id": "v3.6",
"id": "v3.7",
"status": "stable",
"updated": "2016-04-04T00:00:00Z",
"updated": "2016-10-06T00:00:00Z",
"links": [
{
"rel": "self",

View File

@ -12,4 +12,4 @@
def release_string():
return 'v3.6'
return 'v3.7'

View File

@ -141,9 +141,9 @@ class Version(wsgi.Application):
if 'v3' in _VERSIONS:
versions['v3'] = {
'id': 'v3.6',
'id': 'v3.7',
'status': 'stable',
'updated': '2016-04-04T00:00:00Z',
'updated': '2016-10-06T00:00:00Z',
'links': [
{
'rel': 'self',