We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dd749 commit a274894Copy full SHA for a274894
docs/conf.py
@@ -28,7 +28,7 @@
28
# The short X.Y version
29
version = '3.0'
30
# The full version, including alpha/beta/rc tags
31
-release = '3.0.8'
+release = '3.0.9'
32
33
34
# -- General configuration ---------------------------------------------------
webware/Properties.py
@@ -1,6 +1,6 @@
1
name = 'Webware for Python'
2
3
-version = (3, 0, 8)
+version = (3, 0, 9)
4
5
status = 'stable'
6
0 commit comments