From 2cab2615eafa88c2904c843847f8931c8e5d652d Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Wed, 9 Dec 2020 17:48:48 +0100 Subject: [PATCH] Bump version number for patch release --- docs/conf.py | 2 +- webware/Properties.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 14a7960..a9bc373 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ # The short X.Y version version = '3.0' # The full version, including alpha/beta/rc tags -release = '3.0.0' +release = '3.0.1' # -- General configuration --------------------------------------------------- diff --git a/webware/Properties.py b/webware/Properties.py index a71eaa8..174209c 100644 --- a/webware/Properties.py +++ b/webware/Properties.py @@ -1,6 +1,6 @@ name = 'Webware for Python' -version = (3, 0, 0) +version = (3, 0, 1) status = 'stable'