Merge "Bump API version and date to 3.9"

This commit is contained in:
Zuul 2017-12-25 00:29:55 +00:00 committed by Gerrit Code Review
commit b8c7cafe09
3 changed files with 5 additions and 5 deletions

View File

@ -71,9 +71,9 @@ v3_MEDIA_TYPES = [
]
v3_EXPECTED_RESPONSE = {
"id": "v3.8",
"id": "v3.9",
"status": "stable",
"updated": "2017-02-22T00:00:00Z",
"updated": "2018-02-28T00:00:00Z",
"links": [
{
"rel": "self",

View File

@ -12,4 +12,4 @@
def release_string():
return 'v3.8'
return 'v3.9'

View File

@ -141,9 +141,9 @@ class Version(wsgi.Application):
if 'v3' in _VERSIONS:
versions['v3'] = {
'id': 'v3.8',
'id': 'v3.9',
'status': 'stable',
'updated': '2017-02-22T00:00:00Z',
'updated': '2018-02-28T00:00:00Z',
'links': [
{
'rel': 'self',