Skip to content

Commit

Permalink
Bump release version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wcs1only committed Jul 27, 2021
1 parent bbbe6ee commit 111765c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dapr/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Licensed under the MIT License.
"""

__version__ = "1.2.0rc1"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion examples/demo_actor/demo_actor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dapr-ext-fastapi>=1.2.0rc1
dapr-ext-fastapi>=1.2.0
4 changes: 2 additions & 2 deletions examples/invoke-simple/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dapr-ext-grpc >= 1.2.0rc1
dapr >= 1.2.0rc1
dapr-ext-grpc >= 1.2.0
dapr >= 1.2.0
4 changes: 2 additions & 2 deletions examples/w3c-tracing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dapr-ext-grpc >= 1.2.0rc1
dapr >= 1.2.0rc1
dapr-ext-grpc >= 1.2.0
dapr >= 1.2.0
opencensus == 0.7.10
opencensus-ext-grpc == 0.7.1
opencensus-ext-zipkin == 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Licensed under the MIT License.
"""

__version__ = "1.2.0rc1"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion ext/dapr-ext-fastapi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python_requires = >=3.7
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.2.0rc1
dapr >= 1.2.0
uvicorn >= 0.11.6
fastapi >= 0.60.1

Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-grpc/dapr/ext/grpc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Licensed under the MIT License.
"""

__version__ = "1.2.0rc1"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion ext/dapr-ext-grpc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python_requires = >=3.7
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.2.0rc1
dapr >= 1.2.0
cloudevents >= 1.0.0

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion ext/flask_dapr/flask_dapr/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Licensed under the MIT License.
"""

__version__ = "1.2.0rc1"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion ext/flask_dapr/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ include_package_data = true
zip_safe = false
install_requires =
Flask >= 1.1
dapr >= 1.2.0rc1
dapr >= 1.2.0

0 comments on commit 111765c

Please sign in to comment.