diff --git a/SpiffWorkflow/version.py b/SpiffWorkflow/version.py index 6b8b30a3..483ffd21 100644 --- a/SpiffWorkflow/version.py +++ b/SpiffWorkflow/version.py @@ -1 +1 @@ -__version__ = '3.0.0rc2' +__version__ = '3.0.0' diff --git a/doc/conf.py b/doc/conf.py index 72b55f01..a91eb81e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,7 @@ author = 'Sartography' # The full version, including alpha/beta/rc tags -release = '3.0.0rc0' +release = '3.0.0' # -- General configuration ---------------------------------------------------