Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok Saldanha authored and Alok Saldanha committed Mar 10, 2024
1 parent 5d29153 commit 05a95c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UNRELEASED
# 0.4.0

* Removed dependency on flask-api enabling update of werkzeug
* Updated dependencies (python 3.11, numpy 1.26, unpinned flask, werkzeug)
* Removed dependency on flask-api
* Updated dependencies (python 3.11, numpy, unpinned flask, werkzeug)

# 0.3.12

Expand Down
2 changes: 1 addition & 1 deletion cellxgene_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.12"
__version__ = "0.4.0"
3 changes: 1 addition & 2 deletions cellxgene_gateway/backend_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
# the specific language governing permissions and limitations under the License.

import time
from http import HTTPStatus
from threading import Thread
from typing import List

from http import HTTPStatus

from cellxgene_gateway import env
from cellxgene_gateway.cache_entry import CacheEntry, CacheEntryStatus
from cellxgene_gateway.cache_key import CacheKey
Expand Down
1 change: 0 additions & 1 deletion cellxgene_gateway/subprocess_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import logging
import subprocess

from http import HTTPStatus

from cellxgene_gateway.cache_entry import CacheEntryStatus
Expand Down

0 comments on commit 05a95c2

Please sign in to comment.