Skip to content

Commit a19b654

Browse files
Updates versions for 1.15.0rc1 (#768)
* removes -dev Signed-off-by: Elena Kolevska <[email protected]> * Updates version to 1.15.0rc1 Signed-off-by: Elena Kolevska <[email protected]> * more version updates Signed-off-by: Elena Kolevska <[email protected]> * Updates ext workflows version Signed-off-by: Elena Kolevska <[email protected]> * missed dependency Signed-off-by: Elena Kolevska <[email protected]> * Update README.md Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: Elena Kolevska <[email protected]>
1 parent 8be76d4 commit a19b654

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

dapr/version/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.14.0rc1.dev'
16+
__version__ = '1.15.0rc1'
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-fastapi-dev>=1.13.0rc1.dev
1+
dapr-ext-fastapi>=1.15.0rc1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dapr-ext-workflow-dev>=0.0.1rc1.dev
1+
dapr-ext-workflow>=0.6.0rc1
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-grpc-dev >= 1.13.0rc1.dev
2-
dapr-dev >= 1.13.0rc1.dev
1+
dapr-ext-grpc >= 1.15.0rc1
2+
dapr >= 1.15.0rc1

examples/w3c-tracing/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dapr-ext-grpc-dev >= 1.13.0rc1.dev
2-
dapr-dev >= 1.13.0rc1.dev
1+
dapr-ext-grpc >= 1.15.0rc1
2+
dapr >= 1.15.0rc1
33
opentelemetry-sdk
44
opentelemetry-instrumentation-grpc
55
opentelemetry-exporter-zipkin

examples/workflow/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dapr-ext-workflow-dev>=0.4.1rc1.dev
2-
dapr-dev>=1.13.0rc1.dev
1+
dapr-ext-workflow>=0.6.0rc1
2+
dapr>=1.15.0rc1

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.14.0rc1.dev'
16+
__version__ = '1.15.0rc1'

ext/dapr-ext-fastapi/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr-dev >= 1.13.0rc1.dev
27+
dapr >= 1.15.0rc1
2828
uvicorn >= 0.11.6
2929
fastapi >= 0.60.1
3030

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.14.0rc1.dev'
16+
__version__ = '1.15.0rc1'

ext/dapr-ext-grpc/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr-dev >= 1.13.0rc1.dev
27+
dapr >= 1.15.0rc1
2828
cloudevents >= 1.0.0
2929

3030
[options.packages.find]

ext/dapr-ext-workflow/dapr/ext/workflow/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '0.5.0rc1.dev'
16+
__version__ = '0.6.0rc1'

ext/dapr-ext-workflow/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.9
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr-dev >= 1.13.0rc1.dev
27+
dapr >= 1.15.0rc1
2828
durabletask-dapr >= 0.2.0a4
2929

3030
[options.packages.find]

ext/flask_dapr/flask_dapr/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.14.0rc1.dev'
16+
__version__ = '1.15.0rc1'

ext/flask_dapr/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ include_package_data = true
2626
zip_safe = false
2727
install_requires =
2828
Flask >= 1.1
29-
dapr-dev >= 1.13.0rc1.dev
29+
dapr >= 1.15.0rc1

0 commit comments

Comments
 (0)