Skip to content

Commit 7958e90

Browse files
committed
Update docs info
Was very outdated
1 parent 659bf1d commit 7958e90

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
# General information about the project.
5454
project = 'pygal'
55-
copyright = '2012-2016, Florian Mounier'
56-
author = 'Florian Mounier'
55+
copyright = '2012-2025, Kozea'
56+
author = 'Kozea'
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
@@ -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.4'
65+
release = '3.0.5'
6666

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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Index
6767
Credits
6868
=======
6969

70-
`A Kozea Community Project <https://community.kozea.fr/>`_
70+
`A Kozea Project <https://kozea.fr/>`_

pygal/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
__summary__ = "A Python svg graph plotting library"
55
__uri__ = "https://www.pygal.org/"
6-
__author__ = "Florian Mounier / Kozea"
7-
__email__ = "community@kozea.fr"
6+
__author__ = "Kozea"
7+
__email__ = "dev@kozea.fr"
88

99
__license__ = "GNU LGPL v3+"
1010
__copyright__ = "Copyright 2020 %s" % __author__

0 commit comments

Comments
 (0)