Skip to content

Commit e59f9f2

Browse files
committed
1.16.1rc1
Signed-off-by: Albert Callarisa <[email protected]>
1 parent d4c0227 commit e59f9f2

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

dapr/version/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.16.0'
16+
__version__ = '1.16.1rc1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-fastapi>=1.16.0
1+
dapr-ext-fastapi>=1.16.1rc1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-workflow>=1.16.0
1+
dapr-ext-workflow>=1.16.1rc1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-grpc >= 1.16.0
2-
dapr >= 1.16.0
1+
dapr-ext-grpc >= 1.16.1rc1
2+
dapr >= 1.16.1rc1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dapr-ext-grpc >= 1.16.0
2-
dapr >= 1.16.0
1+
dapr-ext-grpc >= 1.16.1rc1
2+
dapr >= 1.16.1rc1
33
opentelemetry-sdk
44
opentelemetry-instrumentation-grpc
55
opentelemetry-exporter-zipkin

examples/workflow/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-workflow>=1.16.0
2-
dapr>=1.16.0
1+
dapr-ext-workflow>=1.16.1rc1
2+
dapr>=1.16.1rc1

ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.16.0'
16+
__version__ = '1.16.1rc1'

ext/dapr-ext-fastapi/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ python_requires = >=3.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.16.0
27+
dapr >= 1.16.1rc1
2828
uvicorn >= 0.11.6
2929
fastapi >= 0.60.1
3030

3131
[options.packages.find]
3232
include =
3333
dapr.*
3434

35-
exclude =
35+
exclude =
3636
tests

ext/dapr-ext-grpc/dapr/ext/grpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.16.0'
16+
__version__ = '1.16.1rc1'

ext/dapr-ext-grpc/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ python_requires = >=3.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.16.0
27+
dapr >= 1.16.1rc1
2828
cloudevents >= 1.0.0
2929

3030
[options.packages.find]
3131
include =
3232
dapr.*
3333

34-
exclude =
34+
exclude =
3535
tests

0 commit comments

Comments
 (0)