From f8c44999fe1f0d6e98e9c651d35c27477d48fba2 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 23 Apr 2025 20:45:16 -0500 Subject: [PATCH 1/2] release 0.4.3 --- .github/workflows/release-pypi.yaml | 4 +--- CHANGELOG.md | 4 ++++ krayt/__about__.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 8aead5b..16111e2 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -22,9 +22,7 @@ jobs: env: # required for gh release GH_TOKEN: ${{ github.token }} - gh-release-krayt: - runs-on: ubuntu-latest - steps: + - run: sudo rm -rf dist - name: Install just run: | curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6a106..29ffba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.3 + +- working out binary release process + ## 0.4.2 - working out binary release process diff --git a/krayt/__about__.py b/krayt/__about__.py index df12433..6d91c22 100644 --- a/krayt/__about__.py +++ b/krayt/__about__.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.4.3b0" From 0f9e70267ecefbc0a9803e1232906971835a10e1 Mon Sep 17 00:00:00 2001 From: WaylonWalker Date: Thu, 24 Apr 2025 01:46:17 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.4.3b0=20=E2=86=92=200.4?= =?UTF-8?q?.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- krayt/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krayt/__about__.py b/krayt/__about__.py index 6d91c22..f6b7e26 100644 --- a/krayt/__about__.py +++ b/krayt/__about__.py @@ -1 +1 @@ -__version__ = "0.4.3b0" +__version__ = "0.4.3"