Skip to content

Commit 6b101b2

Browse files
committed
Release 1.9.0rc3
Signed-off-by: Bernd Verst <github@bernd.dev>
1 parent 8e74c9b commit 6b101b2

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
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.9.0rc2"
16+
__version__ = "1.9.0rc3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-fastapi>=1.9.0rc2
1+
dapr-ext-fastapi>=1.9.0rc3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-grpc >= 1.9.0rc2
2-
dapr >= 1.9.0rc2
1+
dapr-ext-grpc >= 1.9.0rc3
2+
dapr >= 1.9.0rc3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dapr-ext-grpc >= 1.9.0rc2
2-
dapr >= 1.9.0rc2
1+
dapr-ext-grpc >= 1.9.0rc3
2+
dapr >= 1.9.0rc3
33
opencensus == 0.9.0
44
opencensus-ext-grpc == 0.7.2
55
opencensus-ext-zipkin == 0.2.2

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.9.0rc2"
16+
__version__ = "1.9.0rc3"

ext/dapr-ext-fastapi/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python_requires = >=3.7
2323
packages = find_namespace:
2424
include_package_data = True
2525
install_requires =
26-
dapr >= 1.9.0rc2
26+
dapr >= 1.9.0rc3
2727
uvicorn >= 0.11.6
2828
fastapi >= 0.60.1
2929

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.9.0rc2"
16+
__version__ = "1.9.0rc3"

ext/dapr-ext-grpc/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python_requires = >=3.7
2323
packages = find_namespace:
2424
include_package_data = True
2525
install_requires =
26-
dapr >= 1.9.0rc2
26+
dapr >= 1.9.0rc3
2727
cloudevents >= 1.0.0
2828

2929
[options.packages.find]

ext/flask_dapr/flask_dapr/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.9.0rc2"
16+
__version__ = "1.9.0rc3"

ext/flask_dapr/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ include_package_data = true
2525
zip_safe = false
2626
install_requires =
2727
Flask >= 1.1
28-
dapr >= 1.9.0rc2
28+
dapr >= 1.9.0rc3

0 commit comments

Comments
 (0)