We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c6c40 commit c65f2c0Copy full SHA for c65f2c0
docs/changelog.rst
@@ -2,8 +2,15 @@
2
Changelog
3
=========
4
5
+3.0.3
6
+=====
7
+
8
+**Fixed**
9
10
+* Failure with `tox` due to missing `README.md`
11
12
3.0.2
-==========
13
14
15
**Fixed**
16
docs/conf.py
@@ -62,7 +62,7 @@
62
# The short X.Y version.
63
version = '3.0'
64
# The full version, including alpha/beta/rc tags.
65
-release = '3.0.2'
+release = '3.0.3'
66
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
# for a list of supported languages.
pygal/__about__.py
@@ -1,5 +1,5 @@
1
__title__ = "pygal"
-__version__ = "3.0.2"
+__version__ = "3.0.3"
__summary__ = "A Python svg graph plotting library"
__uri__ = "https://www.pygal.org/"
0 commit comments