Skip to content

Commit

Permalink
Bump version number for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jul 16, 2022
1 parent ac50ddb commit c56742f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down Expand Up @@ -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',
Expand All @@ -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']
2 changes: 1 addition & 1 deletion webware/Properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'Webware for Python'

version = (3, 0, 5)
version = (3, 0, 6)

status = 'stable'

Expand Down

0 comments on commit c56742f

Please sign in to comment.