From d5246d4b4b2a3f7d734f99a7c7ff8e9e3a8aec82 Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Tue, 8 Sep 2020 21:03:39 -0400 Subject: [PATCH] prepared for 0.2.2 release --- Changelog.md | 4 ++++ cellxgene_gateway/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index bb12ceb..23a87f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.2.2 + + * Fixed bug with annotations (missing annotation.js asset) + # 0.2.1 * Minor fixes to enable cellxgene 0.16.0 diff --git a/cellxgene_gateway/__init__.py b/cellxgene_gateway/__init__.py index 3005821..ab2b90c 100755 --- a/cellxgene_gateway/__init__.py +++ b/cellxgene_gateway/__init__.py @@ -7,4 +7,4 @@ # OR CONDITIONS OF ANY KIND, either express or implied. See the License for # the specific language governing permissions and limitations under the License. -__version__ = "0.2.1" +__version__ = "0.2.2"