Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit e0bd6f0

Browse files
committed
for release beta v0.2.0
1 parent 782223d commit e0bd6f0

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.2.0
6+
Released 2020-03-31
7+
8+
- Initial beta release
9+
10+
## 0.1.0
11+
Released 2019-11-06
12+
13+
- Initial alpha release

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# OpenTelemetry Azure Monitor SDKs and Exporters
22

33
[![Gitter chat](https://img.shields.io/gitter/room/Microsoft/azure-monitor-python)](https://gitter.im/Microsoft/azure-monitor-python)
4-
[![Build status](https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python.svg?branch=master)](https://travis-ci.org/microsoft/opentelemetry-exporters-python)
5-
[![PyPI version](https://badge.fury.io/py/opentelemetry-azure-monitor-exporter.svg)](https://badge.fury.io/py/opentelemetry-azure-monitor-exporter)
4+
[![Build status](https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python.svg?branch=master)](https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python)
5+
[![PyPI version](https://badge.fury.io/py/opentelemetry-azure-monitor.svg)](https://badge.fury.io/py/opentelemetry-azure-monitor)
66

77
## Installation
88

99
```sh
10-
pip install opentelemetry-azure-monitor-exporter
10+
pip install opentelemetry-azure-monitor
1111
```
1212

1313
## Documentation

azure_monitor/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33
[metadata]
4-
name = opentelemetry-azure-monitor-exporter
4+
name = opentelemetry-azure-monitor
55
description = Azure Monitor integration for OpenTelemetry
66
long_description = file: README.rst
77
long_description_content_type = text/x-rst
88
author = Microsoft
99
author_email = [email protected]
10-
url = https://github.com/microsoft/opentelemetry-exporters-python
10+
url = https://github.com/microsoft/opentelemetry-azure-monitor-python
1111
platforms = any
1212
license = MIT
1313
classifiers =
14-
Development Status :: 3 - Alpha
14+
Development Status :: 4 - Beta
1515
Intended Audience :: Developers
1616
License :: OSI Approved :: MIT License
1717
Programming Language :: Python
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3-
__version__ = "0.2.dev0"
3+
__version__ = "0.2b.0"

0 commit comments

Comments
 (0)