File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# These owners will be the default owners for everything in
2
2
# the repo.
3
- * @ alfinkel @ drsm79 @ cletomartin @ mattwhite
3
+ * @ alfinkel @ drsm79 @ cletomartin @ mattwhite @ smithsz
Original file line number Diff line number Diff line change 17
17
- name : Set up Python
18
18
uses : actions/setup-python@v2
19
19
with :
20
- python-version : ' 3.x '
20
+ python-version : ' 3.7 '
21
21
- name : Install dependencies
22
22
run : |
23
23
make develop
Original file line number Diff line number Diff line change
1
+ # [ 1.22.1] ( https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.22.1 )
2
+
3
+ - [ FIXED] Set Python version to 3.7 in publish/deploy GH action to match other actions.
4
+
1
5
# [ 1.22.0] ( https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.22.0 )
2
6
3
7
- [ ADDED] Agent mode for storing cryptographically signed evidence.
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
"""Compliance automation package."""
16
16
17
- __version__ = '1.22.0 '
17
+ __version__ = '1.22.1 '
You can’t perform that action at this time.
0 commit comments