mark 2.0 API as stable
Bug 1135230 Change-Id: Icb0ae39b5ac4514c04220b846ebbe24d059ba6c1
This commit is contained in:
parent
1f7c863a9c
commit
156f4746a6
@ -91,8 +91,8 @@ class Version(wsgi.Application):
|
||||
versions = {}
|
||||
versions['v2.0'] = {
|
||||
'id': 'v2.0',
|
||||
'status': 'beta',
|
||||
'updated': '2011-11-19T00:00:00Z',
|
||||
'status': 'stable',
|
||||
'updated': '2013-03-06T00:00:00Z',
|
||||
'links': [
|
||||
{
|
||||
'rel': 'self',
|
||||
|
@ -43,8 +43,8 @@ class VersionTestCase(test.TestCase):
|
||||
"values": [
|
||||
{
|
||||
"id": "v2.0",
|
||||
"status": "beta",
|
||||
"updated": "2011-11-19T00:00:00Z",
|
||||
"status": "stable",
|
||||
"updated": '2013-03-06T00:00:00Z',
|
||||
"links": [
|
||||
{
|
||||
"rel": "self",
|
||||
@ -91,8 +91,8 @@ class VersionTestCase(test.TestCase):
|
||||
"values": [
|
||||
{
|
||||
"id": "v2.0",
|
||||
"status": "beta",
|
||||
"updated": "2011-11-19T00:00:00Z",
|
||||
"status": "stable",
|
||||
"updated": '2013-03-06T00:00:00Z',
|
||||
"links": [
|
||||
{
|
||||
"rel": "self",
|
||||
|
Loading…
Reference in New Issue
Block a user