Skip to content

Commit

Permalink
Prepare for the release of 2.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Jan 8, 2023
1 parent af433f7 commit de7f1ad
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 @@ -29,7 +29,7 @@ PYSOURCES=$(wildcard ${MODULE}/**.py tests/*.py) setup.py
DEVPKGS=-rdev-requirements.txt -rtest-requirements.txt -rmypy-requirements.txt
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
python-flake8 python-mock shellcheck
VERSION=2.2.$(shell TZ=UTC git log --first-parent --max-count=1 \
VERSION=2.3.$(shell TZ=UTC git log --first-parent --max-count=1 \
--format=format:%cd --date=format-local:%Y%m%d%H%M%S)

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

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

0 comments on commit de7f1ad

Please sign in to comment.