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"