We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6a6ba commit 7c19cc3Copy full SHA for 7c19cc3
2 files changed
doc/conf.py
@@ -22,7 +22,7 @@
22
author = 'Sartography'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '2.0.0rc0'
+release = '2.0.0'
26
27
# -- General configuration ---------------------------------------------------
28
setup.py
@@ -13,7 +13,7 @@
13
README = (HERE / "README.md").read_text()
14
15
setup(name='SpiffWorkflow',
16
- version='2.0.0rc0',
+ version='2.0.0',
17
description='A workflow framework and BPMN/DMN Processor',
18
long_description=README,
19
long_description_content_type="text/markdown",
0 commit comments