File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 50
50
- uses : actions/checkout@v3
51
51
52
52
- 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
54
54
55
55
- name : Get OpenAssetIO
56
56
uses : actions/download-artifact@v3
81
81
- uses : actions/checkout@v3
82
82
83
83
- 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
85
85
86
86
- name : Configure CMake build
87
87
run : >
Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
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
+
4
13
v1.0.0-alpha.7
5
14
--------------
6
15
Original file line number Diff line number Diff line change 4
4
[build-system ]
5
5
requires = [
6
6
" setuptools>=65.5.0" ,
7
- " openassetio-traitgen>= 1.0.0a6 "
7
+ " openassetio-traitgen== 1.0.0a7 "
8
8
]
9
9
build-backend = " setuptools.build_meta"
10
10
You can’t perform that action at this time.
0 commit comments