Skip to content

Commit 6cd3505

Browse files
authored
Release 3.0.7 (#275)
1 parent 25a0694 commit 6cd3505

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.7 - 2023-08-11
2+
### Changed
3+
- Added support for multiple coordination scopes of the same type using the `allow_multiple_scopes_per_type` named arg
4+
- Added new `CoordinationType`s and `FileType`s
5+
- Added support for `obs_labels_names` and `obs_labels_paths` in AnndataWrapper
6+
17
## 1.0.10
28

39
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ make html
7171

7272
## Deployment
7373

74-
To deploy a new version, increment the version of the Python package in [`setup.py`](./setup.py).
74+
To deploy a new version, increment the version of the Python package in [`pyproject.toml`](./pyproject.toml).
7575

7676
Then, when you push or merge the code with the incremented versions to `main`, the GitHub Action `deploy.yml` workflow will build and push the package to PyPI.
7777

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vitessce"
7-
version = "3.0.6"
7+
version = "3.0.7"
88
authors = [
99
{ name="Mark Keller", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)