From 8554dc70ee390475033c242511a6ef95e7300737 Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 15 Oct 2024 12:17:51 -0700 Subject: [PATCH] fix: Prepare for 0.3.6 release (#149) * fix: Prepare for 0.3.6 release * Update pyproject.toml --- .github/workflows/release.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9737d4..10a5357 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,10 +4,10 @@ on: schedule: - cron: '19 4 * * *' push: - branches: [ main, '0.3.4' ] + branches: [ main, '0.3.6' ] env: - LATEST: '0.3.4' + LATEST: '0.3.6' REGISTRY: docker.io IMAGE_NAME: ${{ github.repository }} diff --git a/pyproject.toml b/pyproject.toml index a32a6bb..b4f696e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ in-project = true [tool.poetry] name = "ca-server" -version = "0.3.5" +version = "0.3.6" description = "Quickly create Certificate Authorities (CAs) for your applications." authors = ["shina-m "]