Trying like hell to do a release when I'm too tired to do it.

This commit is contained in:
Dan
2022-03-17 21:01:11 -04:00
parent 30b5fe47fd
commit c1716ea00c
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ cd tests
## Releases
Be sure to edit the conf.py, and update the release tag: doc/conf.py
And also edit setup.py and assure that has the same release tag.
New versions of SpiffWorkflow are automatically published to PyPi whenever
a maintainer of our GitHub repository creates a new release on GitHub. This
is managed through GitHub's actions. The configuration of which can be

View File

@ -15,7 +15,7 @@ HERE = pathlib.Path(__file__).parent
README = (HERE / "README.md").read_text()
setup(name='SpiffWorkflow',
version='1.1.4',
version='1.1.5',
description='A workflow framework and BPMN/DMN Processor',
long_description=README,
long_description_content_type="text/markdown",