From b562ff1083310b468e282c721cfa938f7c2dc1cc Mon Sep 17 00:00:00 2001 From: Matteo <66480413+mat-work@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:29:08 +0200 Subject: [PATCH 1/2] chore: bump version to 0.5.2 --- peerdid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peerdid/__init__.py b/peerdid/__init__.py index 784bd7f..d9cb88e 100644 --- a/peerdid/__init__.py +++ b/peerdid/__init__.py @@ -4,6 +4,6 @@ from pydid import DID, DIDDocument -__version__ = "0.5.1" +__version__ = "0.5.2" __all__ = ["__version__", "core", "errors", "dids", "keys", "DID", "DIDDocument"] From 98ae3c41683b857e816f163a282d139c49b1fabe Mon Sep 17 00:00:00 2001 From: Matteo <66480413+mat-work@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:45:01 +0200 Subject: [PATCH 2/2] chore: ci fail if release present --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 7790ed8..395dc78 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -50,7 +50,7 @@ jobs: - name: fail unless release not found # TODO check if greater than latest tag / release (?) - if: ${{ steps.release_info.outputs.release_info == '' }} + if: steps.release_info.outputs.release_info run: exit 1 static-black: