Skip to content

Commit

Permalink
Release 0.15b0 (Part 1/2) release commit
Browse files Browse the repository at this point in the history
- Update version.py files
- Marked releases in changelogs
- Pinned `opentelemetry-{api,sdk}` versions in dev-constraints
- Pinned `opentelemetry-{api,sdk}` versions in each package's `setup.cfg` file
  • Loading branch information
aabmass committed Nov 5, 2020
1 parent 7b71183 commit c478c0a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions opentelemetry-exporter-google-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.15b0

Released 2020-11-04

## Version 0.14b0

Released 2020-10-27
Expand Down
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
opentelemetry-sdk
opentelemetry-api==0.15b0
opentelemetry-sdk==0.15b0

[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.15.dev0"
__version__ = "0.15b0"
4 changes: 4 additions & 0 deletions opentelemetry-tools-google-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Version 0.15b0

Released 2020-11-04

## Version 0.14b0

Released 2020-10-27
Expand Down
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
opentelemetry-sdk
opentelemetry-api==0.15b0
opentelemetry-sdk==0.15b0
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.15.dev0"
__version__ = "0.15b0"

0 comments on commit c478c0a

Please sign in to comment.