From 0a76ed2cc8d52e337cf829841609a551ff2ff30b Mon Sep 17 00:00:00 2001 From: Jamie Broomall <88007022+jamie256@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:55:10 -0500 Subject: [PATCH] Update version to 1.5.0 (#1572) ## Description * Update version to 1.5.0 - [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md). --- python/.bumpversion.cfg | 2 +- python/Makefile | 2 +- python/docs/conf.py | 2 +- python/pyproject.toml | 2 +- python/tests/smoketest.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index 83b86080d..15d466da8 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.8 +current_version = 1.5.0 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/python/Makefile b/python/Makefile index c86930930..d19d04fe9 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.4.8 +version := 1.5.0 dist.dir := dist egg.dir := .eggs diff --git a/python/docs/conf.py b/python/docs/conf.py index e379c7334..f9548d135 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.4.8" +version = "1.5.0" project = "whylogs" author = "whylogs developers" diff --git a/python/pyproject.toml b/python/pyproject.toml index 9ff1e26ee..578bfc4d3 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "whylogs" -version = "1.4.8" +version = "1.5.0" 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 28098d282..3f867082b 100644 --- a/python/tests/smoketest.py +++ b/python/tests/smoketest.py @@ -12,7 +12,7 @@ not a development environment. """ -current_version = "1.4.8" +current_version = "1.5.0" def test_package_version() -> None: