Skip to content

Commit 6f83186

Browse files
committed
Bump 3.0.4
1 parent fc7d69c commit 6f83186

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
3.0.4
6+
=====
7+
8+
**Fixed**
9+
10+
* Missing declaration of `importlib_metadata` dependency in `setup.py`
11+
512
3.0.3
613
=====
714

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = '3.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '3.0.3'
65+
release = '3.0.4'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

pygal/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "pygal"
2-
__version__ = "3.0.3"
2+
__version__ = "3.0.4"
33

44
__summary__ = "A Python svg graph plotting library"
55
__uri__ = "https://www.pygal.org/"

0 commit comments

Comments
 (0)