File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 tox tox-pyenv \
3232 auto-walrus -rtest-requirements.txt -rmypy-requirements.txt
3333DEBDEVPKGS =pylint python3-coverage sloccount \
3434 python3-flake8 shellcheck
35- VERSION =1.2.9 # please also update setup.py
35+ VERSION =1.2.10 # please also update setup.py
3636
3737# # all : default task (install cwl-upgrader in dev mode)
3838all : dev
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = "cwl-upgrader" ,
16- version = "1.2.9" ,
16+ version = "1.2.10" , # Also update the Makefile
1717 description = "Common Workflow Language standalone document upgrader" ,
1818 long_description = open (README ).read (),
1919 author = "Common Workflow Language contributors" ,
You can’t perform that action at this time.
0 commit comments