diff --git a/azure_monitor/CHANGELOG.md b/azure_monitor/CHANGELOG.md new file mode 100644 index 0000000..ca2f99e --- /dev/null +++ b/azure_monitor/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## Unreleased + +## 0.2.0 +Released 2020-03-31 + +- Initial beta release + +## 0.1.0 +Released 2019-11-06 + +- Initial alpha release diff --git a/README.md b/azure_monitor/README.md similarity index 97% rename from README.md rename to azure_monitor/README.md index 91fd8ee..112d3ff 100644 --- a/README.md +++ b/azure_monitor/README.md @@ -1,13 +1,13 @@ # OpenTelemetry Azure Monitor SDKs and Exporters [![Gitter chat](https://img.shields.io/gitter/room/Microsoft/azure-monitor-python)](https://gitter.im/Microsoft/azure-monitor-python) -[![Build status](https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python.svg?branch=master)](https://travis-ci.org/microsoft/opentelemetry-exporters-python) -[![PyPI version](https://badge.fury.io/py/opentelemetry-azure-monitor-exporter.svg)](https://badge.fury.io/py/opentelemetry-azure-monitor-exporter) +[![Build status](https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python.svg?branch=master)](https://travis-ci.org/microsoft/opentelemetry-azure-monitor-python) +[![PyPI version](https://badge.fury.io/py/opentelemetry-azure-monitor.svg)](https://badge.fury.io/py/opentelemetry-azure-monitor) ## Installation ```sh -pip install opentelemetry-azure-monitor-exporter +pip install opentelemetry-azure-monitor ``` ## Documentation diff --git a/azure_monitor/examples/traces/README.md b/azure_monitor/examples/traces/README.md index 383bf92..07def03 100644 --- a/azure_monitor/examples/traces/README.md +++ b/azure_monitor/examples/traces/README.md @@ -2,7 +2,7 @@ ## Installation ```sh -$ pip install opentelemetry-azure-monitor-exporter +$ pip install opentelemetry-azure-monitor ``` ## Run the Applications diff --git a/azure_monitor/setup.cfg b/azure_monitor/setup.cfg index bbb0ddb..496120e 100644 --- a/azure_monitor/setup.cfg +++ b/azure_monitor/setup.cfg @@ -1,17 +1,17 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. [metadata] -name = opentelemetry-azure-monitor-exporter -description = Azure Monitor integration for OpenTelemetry -long_description = file: README.rst -long_description_content_type = text/x-rst +name = opentelemetry-azure-monitor +description = Azure Monitor SDKs and Exporters for OpenTelemetry +long_description = file: README.md +long_description_content_type = text/markdown author = Microsoft author_email = appinsightssdk@microsoft.com -url = https://github.com/microsoft/opentelemetry-exporters-python +url = https://github.com/microsoft/opentelemetry-azure-monitor-python platforms = any license = MIT classifiers = - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Intended Audience :: Developers License :: OSI Approved :: MIT License Programming Language :: Python diff --git a/azure_monitor/src/azure_monitor/version.py b/azure_monitor/src/azure_monitor/version.py index 7a5fe00..835d02b 100644 --- a/azure_monitor/src/azure_monitor/version.py +++ b/azure_monitor/src/azure_monitor/version.py @@ -1,3 +1,3 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -__version__ = "0.2.dev0" +__version__ = "0.3.dev0" diff --git a/docs/conf.py b/docs/conf.py index c21be60..b503d5f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ author = "Microsoft" # The full version, including alpha/beta/rc tags -release = "0.0.1b" +release = "0.2b.0" # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index e360c22..7526b12 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ The package is available on PyPI, and can installed via pip: .. code-block:: sh - pip install opentelemetry-azure-monitor-exporter + pip install opentelemetry-azure-monitor .. toctree:: :maxdepth: 1