From ec3f8d14be19aa68ef2eeb1442568ed6ee7615fc Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Wed, 27 Mar 2013 16:59:14 -0400 Subject: [PATCH] 2.0.21 Release --- README.md | 8 ++++++++ avocado/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b3f43..c33f7d5 100755 --- a/README.md +++ b/README.md @@ -945,6 +945,14 @@ Having these indexes enables generating queries regardless of the entry point an ## CHANGELOG +2.0.21 [diff](https://github.com/cbmi/avocado/compare/2.0.20...2.0.21) + +- Backport context node schema from 2.1 + - This is a backwards compatible port of the context node changes in Avocado 2.1 specifically to: + - Support the `field` key instead of `id` as the field identifier + - Support the `concept` key which is used to scope the `field` + - Support branches without children or one child to act as containers + 2.0.20 [diff](https://github.com/cbmi/avocado/compare/2.0.19...2.0.20) - Fix possible mis-ordering of formatter keys and fields diff --git a/avocado/__init__.py b/avocado/__init__.py index 7f2a10e..19f1e55 100644 --- a/avocado/__init__.py +++ b/avocado/__init__.py @@ -2,7 +2,7 @@ 'major': 2, 'minor': 0, 'micro': 21, - 'releaselevel': 'beta', + 'releaselevel': 'final', 'serial': 1 }