File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed
opentelemetry-exporter-google-cloud
src/opentelemetry/exporter/google
opentelemetry-tools-google-cloud
src/opentelemetry/tools/google Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## Version 0.16b1
6+
7+ Released 2021-01-14
8+
59- Add mapping between opentelemetry and google traces attributes
610 ([ #90 ] ( https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/90 ) )
711
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ packages=find_namespace:
2727install_requires =
2828 google-cloud-monitoring <2.0.0
2929 google-cloud-trace >=0.24.0, <1.0.0
30- opentelemetry-api
31- opentelemetry-sdk
30+ opentelemetry-api ==0.16b1
31+ opentelemetry-sdk ==0.16b1
3232
3333[options.packages.find]
3434where = src
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.16.dev0 "
15+ __version__ = "0.16b1 "
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## Version 0.16b1
6+
7+ Released 2021-01-14
8+
59## Version 0.15b0
610
711Released 2020-11-04
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ package_dir=
2626packages =find_namespace:
2727install_requires =
2828 google-auth~=1.22
29- opentelemetry-api
30- opentelemetry-sdk
29+ opentelemetry-api ==0.16b1
30+ opentelemetry-sdk ==0.16b1
3131 requests~=2.24
3232
3333[options.packages.find]
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "0.16.dev0 "
15+ __version__ = "0.16b1 "
You can’t perform that action at this time.
0 commit comments