Skip to content

Commit 471aa71

Browse files
Bump version to release version 1.6.2 (#1585)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f247ed2 commit 471aa71

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.1
2+
current_version = 1.6.2
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
55
serialize =

python/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ src.proto.dir := ../proto/src
55
src.proto := $(shell find $(src.proto.dir) -type f -name "*.proto")
66
src.proto.v0.dir := ../proto/v0
77
src.proto.v0 := $(shell find $(src.proto.v0.dir) -type f -name "*.proto")
8-
version := 1.6.1
8+
version := 1.6.2
99

1010
dist.dir := dist
1111
egg.dir := .eggs

python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
print("Pandoc is required to build our documentation.")
99
sys.exit(1)
1010

11-
version = "1.6.1"
11+
version = "1.6.2"
1212

1313
project = "whylogs"
1414
author = "whylogs developers"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "whylogs"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "Profile and monitor your ML data pipeline end-to-end"
55
authors = ["WhyLabs.ai <[email protected]>"]
66
license = "Apache-2.0"

python/tests/smoketest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
not a development environment.
1313
"""
1414

15-
current_version = "1.6.1"
15+
current_version = "1.6.2"
1616

1717

1818
def test_package_version() -> None:

0 commit comments

Comments
 (0)