Release as v0.19.3

pull/160/head
JensDiemer 2023-11-01 14:23:08 +01:00
rodzic c61a040a18
commit cc53e2373c
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

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

Wyświetl plik

@ -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 <PyInventory@jensdiemer.de>'