We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f988e38 commit 7f9e708Copy full SHA for 7f9e708
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.3'
+release = '3.0.4'
32
33
34
# -- General configuration ---------------------------------------------------
webware/Properties.py
@@ -1,6 +1,6 @@
1
name = 'Webware for Python'
2
3
-version = (3, 0, 3)
+version = (3, 0, 4)
4
5
status = 'stable'
6
0 commit comments