Update API version info for Liberty

Updated version/controller.py and tests/unit/test_version.py

Change-Id: I20c861e7750cf6717a3c49c9cb4aed3725342ae1
Closes-Bug: #1522433
This commit is contained in:
Amy Marrich 2015-12-03 09:52:49 -06:00
parent 8dd27d3368
commit 087af82340
2 changed files with 4 additions and 4 deletions

View File

@ -74,9 +74,9 @@ v3_MEDIA_TYPES = [
]
v3_EXPECTED_RESPONSE = {
"id": "v3.4",
"id": "v3.5",
"status": "stable",
"updated": "2015-03-30T00:00:00Z",
"updated": "2015-09-15T00:00:00Z",
"links": [
{
"rel": "self",

View File

@ -146,9 +146,9 @@ class Version(wsgi.Application):
if 'v3' in _VERSIONS:
versions['v3'] = {
'id': 'v3.4',
'id': 'v3.5',
'status': 'stable',
'updated': '2015-03-30T00:00:00Z',
'updated': '2015-09-15T00:00:00Z',
'links': [
{
'rel': 'self',