Skip to content

Commit de7f1ad

Browse files
authored
Prepare for the release of 2.3.x
1 parent af433f7 commit de7f1ad

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
@@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py) setup.py
2929
DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
3030
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3131
python-flake8 python-mock shellcheck
32-
VERSION=2.2.$(shell TZ=UTC git log --first-parent --max-count=1 \
32+
VERSION=2.3.$(shell TZ=UTC git log --first-parent --max-count=1 \
3333
--format=format:%cd --date=format-local:%Y%m%d%H%M%S)
3434

3535
## all : default task (install in dev mode)

setup.py

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

2222
setup(
2323
name="cwltest",
24-
version="2.2", # update the VERSION prefix in the Makefile as well 🙂
24+
version="2.3", # update the VERSION prefix in the Makefile as well 🙂
2525
description="Common Workflow Language testing framework",
2626
long_description=open(README).read(),
2727
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)