From dc972ff6cd0140dfe576c5eef00cf4f237257b82 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Thu, 11 May 2023 13:16:09 +0200 Subject: [PATCH] prepare for v1.2.7 --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 014ea4a..67b986a 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/setup.py b/setup.py index ac0a549..57331b4 100644 --- a/setup.py +++ b/setup.py @@ -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",