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 11# These owners will be the default owners for everything in
22# the repo.
3- * @ alfinkel @ drsm79 @ cletomartin @ mattwhite
3+ * @ alfinkel @ drsm79 @ cletomartin @ mattwhite @ smithsz
Original file line number Diff line number Diff line change 1717 - name : Set up Python
1818 uses : actions/setup-python@v2
1919 with :
20- python-version : ' 3.x '
20+ python-version : ' 3.7 '
2121 - name : Install dependencies
2222 run : |
2323 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+
15# [ 1.22.0] ( https://github.com/ComplianceAsCode/auditree-framework/releases/tag/v1.22.0 )
26
37- [ ADDED] Agent mode for storing cryptographically signed evidence.
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515"""Compliance automation package."""
1616
17- __version__ = '1.22.0 '
17+ __version__ = '1.22.1 '
You can’t perform that action at this time.
0 commit comments