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