diff --git a/doc/conf.py b/doc/conf.py index ae9037ba..ca10c199 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,7 @@ author = 'Sartography' # The full version, including alpha/beta/rc tags - +release = '1.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 03a0e4ee..30adfa29 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ README = (HERE / "README.md").read_text() setup(name='SpiffWorkflow', - version='1.1.7', + version='1.2.0', description='A workflow framework and BPMN/DMN Processor', long_description=README, long_description_content_type="text/markdown",