diff --git a/Changelog.md b/Changelog.md index 10aad9b..5f156ae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ # 0.3.11 * #81 added support for gene sets +* #79 added example for cellxgene-gateway customized docker image +* #78 prune directories that do not contain h5ad files # 0.3.10 diff --git a/cellxgene_gateway/__init__.py b/cellxgene_gateway/__init__.py index 2d6241a..91ca8c9 100644 --- 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.3.10" +__version__ = "0.3.11"