From b640d81589bb257c6b333c13ad97bd5ad9308478 Mon Sep 17 00:00:00 2001 From: Maxime Gaston Date: Fri, 4 Jun 2021 10:32:50 +0200 Subject: [PATCH] 0.7.10 --- .github/workflows/build.yml | 3 +++ yaml_resume/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6d480d..3ce5a11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v2 + with: + # Disabling shallow clone is recommended for improving relevancy of reporting + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: diff --git a/yaml_resume/__init__.py b/yaml_resume/__init__.py index b7ee93f..68b5c6f 100644 --- a/yaml_resume/__init__.py +++ b/yaml_resume/__init__.py @@ -2,4 +2,4 @@ from .validator import Validator __all__ = ["Resume", "Validator"] -__version__ = "0.7.9" +__version__ = "0.7.10"