New home
This commit is contained in:
parent
2718a07964
commit
022b746767
3 changed files with 8 additions and 3 deletions
5
CHANGES
5
CHANGES
|
@ -2,6 +2,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
0.1.2 (*2020-07-08*)
|
||||
====================
|
||||
|
||||
- New home
|
||||
|
||||
0.1.1 (*2020-07-08*)
|
||||
====================
|
||||
|
||||
|
|
4
setup.py
4
setup.py
|
@ -28,8 +28,8 @@ with open("README.rst", "r") as fh:
|
|||
|
||||
setup(
|
||||
name="sphinx_weasyprint_builder",
|
||||
version="0.1.1",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/tools/sphinx_weasyprint_builder",
|
||||
version="0.1.2",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/sphinx_weasyprint_builder",
|
||||
license="EUPL 1.2",
|
||||
author="Kujiu",
|
||||
author_email="kujiu-pypi@kujiu.org",
|
||||
|
|
|
@ -6,7 +6,7 @@ from sphinx.application import Sphinx
|
|||
from sphinx.util.osutil import make_filename
|
||||
|
||||
|
||||
version = (0, 1, 1)
|
||||
version = (0, 1, 2)
|
||||
|
||||
|
||||
def setup(app: Sphinx) -> Dict[str, Any]:
|
||||
|
|
Loading…
Reference in a new issue