Skip to content

Commit 2fe410e

Browse files
committed
release 1.2.10
1 parent 7b086bd commit 2fe410e

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
auto-walrus -rtest-requirements.txt -rmypy-requirements.txt
3333
DEBDEVPKGS=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)
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.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",

0 commit comments

Comments
 (0)