From a7b12fc051f076855e3d25e8675382514cc45709 Mon Sep 17 00:00:00 2001 From: Richard Rogers Date: Tue, 5 Nov 2024 17:41:35 +0000 Subject: [PATCH] Update token and resync version number --- .github/workflows/push-release.yml | 2 +- python/.bumpversion.cfg | 2 +- python/Makefile | 2 +- python/docs/conf.py | 2 +- python/pyproject.toml | 2 +- python/tests/smoketest.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push-release.yml b/.github/workflows/push-release.yml index 08fe895a1..ea5e92a31 100644 --- a/.github/workflows/push-release.yml +++ b/.github/workflows/push-release.yml @@ -97,7 +97,7 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v4.1.1 with: - token: ${{ secrets.VERSION_UPDATE }} + token: ${{ secrets.VERSION_UPDATE_WHYLOGS }} commit-message: Update version to ${{ env.VERSION }} committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index b272fe6ef..4bb5f09ae 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.6.1 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/python/Makefile b/python/Makefile index f89a9b07f..f574be668 100644 --- a/python/Makefile +++ b/python/Makefile @@ -5,7 +5,7 @@ src.proto.dir := ../proto/src src.proto := $(shell find $(src.proto.dir) -type f -name "*.proto") src.proto.v0.dir := ../proto/v0 src.proto.v0 := $(shell find $(src.proto.v0.dir) -type f -name "*.proto") -version := 1.6.0 +version := 1.6.1 dist.dir := dist egg.dir := .eggs diff --git a/python/docs/conf.py b/python/docs/conf.py index 4ea2a462c..e2a7ff71f 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -8,7 +8,7 @@ print("Pandoc is required to build our documentation.") sys.exit(1) -version = "1.6.0" +version = "1.6.1" project = "whylogs" author = "whylogs developers" diff --git a/python/pyproject.toml b/python/pyproject.toml index 6b182b615..b25690dbb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "whylogs" -version = "1.6.0" +version = "1.6.1" description = "Profile and monitor your ML data pipeline end-to-end" authors = ["WhyLabs.ai "] license = "Apache-2.0" diff --git a/python/tests/smoketest.py b/python/tests/smoketest.py index 1062e08bd..ff92ad370 100644 --- a/python/tests/smoketest.py +++ b/python/tests/smoketest.py @@ -12,7 +12,7 @@ not a development environment. """ -current_version = "1.6.0" +current_version = "1.6.1" def test_package_version() -> None: