Skip to content

Commit 9fdabba

Browse files
committed
[Release] Bump version to v1.0.0-alpha.8
Bump OpenAssetIO dependency now that `ResolvesFutureEntities` has been removed in favour of a `managementPolicy` query in the core API. Bump BAL dependency to minimum compatible with latest OpenAssetIO version 1.0.0-beta.2.0 (newly required method, `entityTraits`). Signed-off-by: David Feltell <[email protected]>
1 parent 8e3f932 commit 9fdabba

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes
22
=============
33

4-
v1.0.0-beta.x
4+
v1.0.0-alpha.8
55
---------------
66

77
### New features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupyter
22
openassetio>=v1.0.0b1rev0
3-
openassetio-manager-bal>=v1.0.0a13
3+
openassetio-manager-bal>=v1.0.0a14
44
openassetio-mediacreation
55
Pillow

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "openassetio-mediacreation"
13-
version = "1.0.0a7"
13+
version = "1.0.0a8"
1414
requires-python = ">=3.7"
15-
dependencies = ["openassetio>=1.0.0a6"]
15+
dependencies = ["openassetio>=1.0.0b2"]
1616

1717
authors = [
1818
{ name = "Contributors to the OpenAssetIO project", email = "[email protected]" }
@@ -46,8 +46,6 @@ see the [OpenAssetIO docs](https://openassetio.github.io/OpenAssetIO/).
4646
"""
4747
content-type = "text/markdown"
4848

49-
dependencies = ["openassetio>=1.0.0a6"]
50-
5149
[tool.setuptools]
5250
packages = ["openassetio_mediacreation"]
5351

0 commit comments

Comments
 (0)