From 6f2b372d321fdc2e7feb49cda41ac2f10b632cd9 Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Sun, 28 Feb 2021 09:55:26 -0500 Subject: [PATCH] Preparing for 0.2.3 release --- Changelog.md | 4 ++++ cellxgene_gateway/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) mode change 100755 => 100644 cellxgene_gateway/__init__.py diff --git a/Changelog.md b/Changelog.md index 23a87f2..4dcc660 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.2.3 + +* Added support for ProxyFix + # 0.2.2 * Fixed bug with annotations (missing annotation.js asset) diff --git a/cellxgene_gateway/__init__.py b/cellxgene_gateway/__init__.py old mode 100755 new mode 100644 index ab2b90c..a86d375 --- 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.2" +__version__ = "0.2.3"