Skip to content

Commit 51bee35

Browse files
authored
Merge branch 'main' into u/zhizhu/20240929-fix-tracing-bug
2 parents f4c66ce + 11ac34b commit 51bee35

File tree

9 files changed

+11
-7
lines changed

9 files changed

+11
-7
lines changed

src/promptflow-azure/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# promptflow-azure package
22

3+
## v1.16.0 (2024.09.30)
4+
35
## v1.15.0 (2024.08.15)
46

57
### Bugs fixed

src/promptflow-azure/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "promptflow-azure"
3-
version = "1.16.0.dev0"
3+
version = "1.17.0.dev0"
44
description = "Prompt flow azure"
55
include = [
66
"promptflow/azure/resources/*"

src/promptflow-core/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# promptflow-core package
22

3-
## v1.16.0 (Upcoming)
3+
## v1.16.0 (2024.09.30)
44
### Bugs fixed
55
- Fix promptflow serving app logged inputs out with default logging level.
66

src/promptflow-core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "promptflow-core"
3-
version = "1.16.0.dev0"
3+
version = "1.17.0.dev0"
44
description = "Prompt flow core"
55
include = [
66
"promptflow/core/_serving/static/*",

src/promptflow-devkit/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# promptflow-devkit package
22

3+
## v1.16.0 (2024.09.30)
4+
35
## v1.15.0 (2024.08.15)
46

57
### Bugs fixed

src/promptflow-devkit/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "promptflow-devkit"
3-
version = "1.16.0.dev0"
3+
version = "1.17.0.dev0"
44
description = "Prompt flow devkit"
55
include = [
66
"promptflow/_sdk/_service/static/*",

src/promptflow-tracing/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
# poetry
66
[tool.poetry]
77
name = "promptflow-tracing"
8-
version = "1.16.0.dev0"
8+
version = "1.17.0.dev0"
99
description = "Prompt flow tracing"
1010
license = "MIT"
1111
authors = [

src/promptflow/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## v1.16.0 (Upcoming)
3+
## v1.16.0 (2024.09.30)
44
### Bugs fixed
55
- [promptflow-core] Fix promptflow serving app logged inputs out with default logging level.
66

src/promptflow/promptflow/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.16.0.dev0"
5+
VERSION = "1.17.0.dev0"

0 commit comments

Comments
 (0)