Skip to content

Commit

Permalink
Release 0.12b0 (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 Aug 18, 2020
1 parent 0b0fcdf commit 91819d9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dev-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Sphinx==3.1.2
# development before GA. After GA, we will build against specific releases.
# Bump the commit frequently during development whenever you are missing
# changes from upstream.
-e git+https://github.com/open-telemetry/opentelemetry-python.git@81025e1e159dc341d96a7c90df8f6e7b26e1cb90#egg=opentelemetry-api&subdirectory=opentelemetry-api
-e git+https://github.com/open-telemetry/opentelemetry-python.git@81025e1e159dc341d96a7c90df8f6e7b26e1cb90#egg=opentelemetry-sdk&subdirectory=opentelemetry-sdk
opentelemetry-api==0.12b0
opentelemetry-sdk==0.12b0
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.12b0

Released 2020-08-17

- Add spankind support for trace exporter
([#58](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/58))

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 @@ -28,8 +28,8 @@ packages=find_namespace:
install_requires =
google-cloud-monitoring
google-cloud-trace >= 0.24.0
opentelemetry-api
opentelemetry-sdk
opentelemetry-api==0.12b0
opentelemetry-sdk==0.12b0

[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.12.dev0"
__version__ = "0.12b0"
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.12b0

Released 2020-08-17

## Version 0.11b0

Released 2020-08-05
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 @@ -27,8 +27,8 @@ package_dir=
packages=find_namespace:
install_requires =
google-auth
opentelemetry-api
opentelemetry-sdk
opentelemetry-api==0.12b0
opentelemetry-sdk==0.12b0
requests

[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.12.dev0"
__version__ = "0.12b0"

0 comments on commit 91819d9

Please sign in to comment.