Skip to content

Commit

Permalink
Prep for release 1.2.1 - Minor fix for a dependency in Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
danfunk committed Oct 19, 2022
1 parent b9e3dd8 commit a094ada
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ formats: []

python:
pip_install: true
version: 3.7
version: 3.10
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion CONTRIB
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Licensing:
## Releases
For you dev op folks who release builds to the larger community ...

Be sure to edit the conf.py, and update the release tag: doc/conf.py
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
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Sartography'

# The full version, including alpha/beta/rc tags
release = '1.2.0'
release = '1.2.1'

# -- General configuration ---------------------------------------------------

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 @@
README = (HERE / "README.md").read_text()

setup(name='SpiffWorkflow',
version='1.2.0',
version='1.2.1',
description='A workflow framework and BPMN/DMN Processor',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a094ada

Please sign in to comment.