Skip to content

Commit

Permalink
prepare for v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 11, 2023
1 parent e1daa54 commit dc972ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEVPKGS=diff_cover black pylint pep257 pydocstyle flake8 tox tox-pyenv \
-rtest-requirements.txt -rmypy-requirements.txt
DEBDEVPKGS=pylint python3-coverage sloccount \
python3-flake8 shellcheck
VERSION=1.2.6 # please also update setup.py
VERSION=1.2.7 # please also update setup.py

## all : default task (install cwl-upgrader in dev mode)
all: dev
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="cwl-upgrader",
version="1.2.6",
version="1.2.7",
description="Common Workflow Language standalone document upgrader",
long_description=open(README).read(),
author="Common Workflow Language contributors",
Expand Down

0 comments on commit dc972ff

Please sign in to comment.