This commit is contained in:
Kujiu 2020-07-08 01:03:16 +02:00
parent 2718a07964
commit 022b746767
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F
3 changed files with 8 additions and 3 deletions

View file

@ -2,6 +2,11 @@
Changes
=======
0.1.2 (*2020-07-08*)
====================
- New home
0.1.1 (*2020-07-08*)
====================

View file

@ -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",

View file

@ -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]: