Skip to content

Commit c56742f

Browse files
committed
Bump version number for patch release
1 parent ac50ddb commit c56742f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/conf.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = '3.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '3.0.4'
31+
release = '3.0.6'
3232

3333

3434
# -- General configuration ---------------------------------------------------
@@ -61,7 +61,7 @@
6161
autosummary_generate = True
6262

6363
# ignore certain warnings
64-
# (references to some of the Python built-in types do not resolve correctly)
64+
# (references to some Python built-in types do not resolve correctly)
6565
nitpicky = True
6666
nitpick_ignore = [('py:class', t) for t in (
6767
'cgi.FieldStorage', 'html.parser.HTMLParser',
@@ -77,5 +77,4 @@
7777
# Add any paths that contain custom static files (such as style sheets) here,
7878
# relative to this directory. They are copied after the builtin static files,
7979
# so a file named "default.css" will overwrite the builtin "default.css".
80-
#html_static_path = ['_static']
8180
html_static_path = ['css']

webware/Properties.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = 'Webware for Python'
22

3-
version = (3, 0, 5)
3+
version = (3, 0, 6)
44

55
status = 'stable'
66

0 commit comments

Comments
 (0)