We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7d69c commit 6f83186Copy full SHA for 6f83186
docs/changelog.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+3.0.4
6
+=====
7
+
8
+**Fixed**
9
10
+* Missing declaration of `importlib_metadata` dependency in `setup.py`
11
12
3.0.3
13
=====
14
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.3'
+release = '3.0.4'
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.3"
+__version__ = "3.0.4"
__summary__ = "A Python svg graph plotting library"
__uri__ = "https://www.pygal.org/"
0 commit comments