Skip to content

Commit c65f2c0

Browse files
committed
Bump 3.0.3
1 parent 93c6c40 commit c65f2c0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
Changelog
33
=========
44

5+
3.0.3
6+
=====
7+
8+
**Fixed**
9+
10+
* Failure with `tox` due to missing `README.md`
11+
512
3.0.2
6-
==========
13+
=====
714

815
**Fixed**
916

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.2'
65+
release = '3.0.3'
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.2"
2+
__version__ = "3.0.3"
33

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

0 commit comments

Comments
 (0)