Skip to content

Commit 4f73fb6

Browse files
authored
Merge pull request OpenAssetIO#63 from foundrytom/work/60-traitgenVersion
[Build] Pin `openassetio-traitgen` to `v1.0.0a7`
2 parents 5bbac62 + c76a66a commit 4f73fb6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151

5252
- name: Install Traitgen
53-
run: python -m pip install openassetio-traitgen==1.0.0a6
53+
run: python -m pip install openassetio-traitgen==1.0.0a7
5454

5555
- name: Get OpenAssetIO
5656
uses: actions/download-artifact@v3
@@ -81,7 +81,7 @@ jobs:
8181
- uses: actions/checkout@v3
8282

8383
- name: Install Traitgen
84-
run: python -m pip install openassetio-traitgen==1.0.0a6
84+
run: python -m pip install openassetio-traitgen==1.0.0a7
8585

8686
- name: Configure CMake build
8787
run: >

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release Notes
22
=============
33

4+
v1.0.0-alpha.x
5+
--------------
6+
7+
### Improvements
8+
9+
- Pinned `openassetio-traitgen` to `v1.0.0a7` to ensure backwards
10+
compatibility with `openassetio` `v1.0.0a14`.
11+
[#60](https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation/issues/60)
12+
413
v1.0.0-alpha.7
514
--------------
615

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools>=65.5.0",
7-
"openassetio-traitgen>=1.0.0a6"
7+
"openassetio-traitgen==1.0.0a7"
88
]
99
build-backend = "setuptools.build_meta"
1010

0 commit comments

Comments
 (0)