Bump API version and date to 3.9

The current documentation lists the addition of project tags
is available in 3.9, this change bumps the version and date to
3.9 and the date to the scheduled Queens release date.

Change-Id: I7a04d1d75b27123b00212b85e63c6f9fcea5ec83
This commit is contained in:
Gage Hugo 2017-12-18 11:50:35 -06:00
parent 07bba320ae
commit ba61e84b72
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',