From c56742fb1ea96d9b637f825bd44b6e896cc38829 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sat, 16 Jul 2022 16:10:18 +0200 Subject: [PATCH] Bump version number for patch release --- docs/conf.py | 5 ++--- webware/Properties.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 960d75a..7d2258e 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.4' +release = '3.0.6' # -- General configuration --------------------------------------------------- @@ -61,7 +61,7 @@ autosummary_generate = True # ignore certain warnings -# (references to some of the Python built-in types do not resolve correctly) +# (references to some Python built-in types do not resolve correctly) nitpicky = True nitpick_ignore = [('py:class', t) for t in ( 'cgi.FieldStorage', 'html.parser.HTMLParser', @@ -77,5 +77,4 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -#html_static_path = ['_static'] html_static_path = ['css'] diff --git a/webware/Properties.py b/webware/Properties.py index ee7b011..3618f63 100644 --- a/webware/Properties.py +++ b/webware/Properties.py @@ -1,6 +1,6 @@ name = 'Webware for Python' -version = (3, 0, 5) +version = (3, 0, 6) status = 'stable'