mark 2.0 API as stable

Bug 1135230

Change-Id: Icb0ae39b5ac4514c04220b846ebbe24d059ba6c1
This commit is contained in:
Adam Young 2013-02-28 00:01:08 -05:00
parent 1f7c863a9c
commit 156f4746a6
2 changed files with 6 additions and 6 deletions

View File

@ -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',

View File

@ -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",