Merge "mark 2.0 API as stable" into stable/folsom

This commit is contained in:
Jenkins 2013-04-09 14:02:37 +00:00 committed by Gerrit Code Review
commit 776a048380
2 changed files with 6 additions and 6 deletions

View File

@ -190,8 +190,8 @@ class VersionController(wsgi.Application):
versions = {}
versions['v2.0'] = {
'id': 'v2.0',
'status': 'beta',
'updated': '2011-11-19T00:00:00Z',
'status': 'stable',
'updated': '2012-10-13T17:42:56Z',
'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": "2012-10-13T17:42:56Z",
"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": "2012-10-13T17:42:56Z",
"links": [
{
"rel": "self",