From 8b8fc0975a12d7910dbc18e5012eb1865f936097 Mon Sep 17 00:00:00 2001 From: Antoine Weisrock Date: Sun, 5 Nov 2023 19:33:02 +0100 Subject: [PATCH 1/2] build: update version to 2.0.0-rc.0 in the documentation --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 011fb136..9185dba5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ from time import gmtime, strftime from re import match -__version__ = '2.0.0.dev3' +__version__ = '2.0.0-rc.0' # -- Project information ----------------------------------------------------- From 74aeb4d313e838c69dbea3524b6aa2abf507d165 Mon Sep 17 00:00:00 2001 From: Antoine Weisrock Date: Sun, 5 Nov 2023 19:33:10 +0100 Subject: [PATCH 2/2] build: update version to 2.0.0-rc.0 in the Python module --- src/crappy/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crappy/__version__.py b/src/crappy/__version__.py index 61e8c3a9..de9e01a6 100644 --- a/src/crappy/__version__.py +++ b/src/crappy/__version__.py @@ -1,3 +1,3 @@ # coding: utf-8 -__version__ = '2.0.0.dev3' +__version__ = '2.0.0-rc.0'