diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 557f467..964e6e8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout run: | echo $GITHUB_REF $GITHUB_SHA - git clone --depth 1 https://github.com/$GITHUB_REPOSITORY.git . + git clone https://github.com/$GITHUB_REPOSITORY.git . git fetch origin $GITHUB_SHA:temporary-ci-branch git checkout $GITHUB_SHA || (git fetch && git checkout $GITHUB_SHA) diff --git a/README.md b/README.md index d7a85a5..14a662c 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,8 @@ To make a new release, do this: [comment]: <> (✂✂✂ auto generated history start ✂✂✂) -* [**dev**](https://github.com/jedie/PyInventory/compare/v0.19.2...main) +* [v0.19.3](https://github.com/jedie/PyInventory/compare/v0.19.2...v0.19.3) + * 2023-11-01 - Auto generate README history * 2023-11-01 - Update requirements * 2023-10-31 - Bugfix the "parent" field on location admin page * 2023-10-31 - Bugfix local test settings for development diff --git a/inventory/__init__.py b/inventory/__init__.py index 84a3794..ded7669 100644 --- a/inventory/__init__.py +++ b/inventory/__init__.py @@ -7,5 +7,5 @@ :license: GNU GPL v3 or above, see LICENSE for more details. """ -__version__ = '0.19.2' +__version__ = '0.19.3' __author__ = 'Jens Diemer '