Skip to content

Commit

Permalink
Release 0.18b0 (Part 2/2) bump version to 0.19.dev0
Browse files Browse the repository at this point in the history
- Update version.py files
- Unpin `opentelemetry-{api,sdk}` versions in each package's `setup.cfg` file
  • Loading branch information
aabmass committed Mar 31, 2021
1 parent 4ace4a5 commit 3ec2ece
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-exporter-google-cloud/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ packages=find_namespace:
install_requires =
google-cloud-monitoring <2.0.0
google-cloud-trace >=0.24.0, <1.0.0
opentelemetry-api==0.17b0
opentelemetry-sdk==0.17b0
opentelemetry-api
opentelemetry-sdk

[options.packages.find]
where = src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.18b0"
__version__ = "0.19.dev0"
4 changes: 2 additions & 2 deletions opentelemetry-tools-google-cloud/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ package_dir=
packages=find_namespace:
install_requires =
google-auth~=1.22
opentelemetry-api==0.17b0
opentelemetry-sdk==0.17b0
opentelemetry-api
opentelemetry-sdk
requests~=2.24

[options.packages.find]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.18b0"
__version__ = "0.19.dev0"

0 comments on commit 3ec2ece

Please sign in to comment.