Skip to content

Commit f4ec072

Browse files
committed
bump version to 1.2.11
1 parent 9530972 commit f4ec072

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
@@ -32,7 +32,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 tox virtualenv-pyenv \
3232
auto-walrus -rtest-requirements.txt -rmypy-requirements.txt
3333
DEBDEVPKGS=pylint python3-coverage sloccount \
3434
python3-flake8 shellcheck
35-
VERSION=1.2.10 # please also update pyproject.toml
35+
VERSION=1.2.11 # please also update pyproject.toml
3636

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cwl-upgrader"
7-
version = "1.2.10" # Also update the Makefile
7+
version = "1.2.11" # Also update the Makefile
88
authors = [{name = "Common Workflow Language contributors", email = "[email protected]"}]
99
license = {text = "Apache 2.0"}
1010
description = "Common Workflow Language standalone document upgrader"

0 commit comments

Comments
 (0)