Skip to content

Commit a760fc2

Browse files
committed
time for v1.2.3
1 parent 6ad0df4 commit a760fc2

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.2 # please also update setup.py
35+
VERSION=1.2.3 # please also update setup.py
3636

3737
## all : default task
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.2",
16+
version="1.2.3",
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)