Skip to content

Commit fe031a1

Browse files
committed
prepare for v1.2.8
1 parent ec0d3ef commit fe031a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 tox tox-pyenv \
3232
-rtest-requirements.txt -rmypy-requirements.txt
3333
DEBDEVPKGS=pylint python3-coverage sloccount \
3434
python3-flake8 shellcheck
35-
VERSION=1.2.7 # please also update setup.py
35+
VERSION=1.2.8 # please also update setup.py
3636

3737
## all : default task (install cwl-upgrader in dev mode)
3838
all: dev

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="cwl-upgrader",
16-
version="1.2.7",
16+
version="1.2.8",
1717
description="Common Workflow Language standalone document upgrader",
1818
long_description=open(README).read(),
1919
author="Common Workflow Language contributors",

0 commit comments

Comments
 (0)