Skip to content

Commit 453acf1

Browse files
committed
release v1.2.1
1 parent 3cbb6e1 commit 453acf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEVPKGS=diff_cover black pylint coverage pep257 pytest-xdist \
3030
flake8 flake8-bugbear pyupgrade mypy
3131
DEBDEVPKGS=pylint python3-coverage sloccount \
3232
python3-flake8 shellcheck
33-
VERSION=1.2 # please also update setup.py
33+
VERSION=1.2.1 # please also update setup.py
3434

3535
## all : default task
3636
all:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="cwl-upgrader",
16-
version="1.2",
16+
version="1.2.1",
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)