Skip to content

Commit

Permalink
Update versions and changelogs for 0.3a release (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t authored Dec 11, 2019
1 parent b25af7f commit aa9b244
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/opentelemetry-example-app/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="opentelemetry-example-app",
version="0.3.dev0",
version="0.3a0",
author="OpenTelemetry Authors",
author_email="[email protected]",
classifiers=[
Expand Down
9 changes: 9 additions & 0 deletions ext/opentelemetry-ext-flask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## Unreleased

## 0.3a0

Released 2019-12-11

- Initial release
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.3dev0"
__version__ = "0.3a0"
4 changes: 4 additions & 0 deletions ext/opentelemetry-ext-http-requests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.3a0

Released 2019-10-29

## 0.2a0

Released 2019-10-29
Expand Down
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-http-requests/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api >= 0.3.dev0
opentelemetry-api >= 0.3a0
requests ~= 2.0

[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.3.dev0"
__version__ = "0.3a0"
4 changes: 4 additions & 0 deletions ext/opentelemetry-ext-jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.3a0

Released 2019-12-11

## 0.2a0

Released 2019-10-29
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.dev0"
__version__ = "0.3a0"
7 changes: 6 additions & 1 deletion ext/opentelemetry-ext-opentracing-shim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## Unreleased

- Implement extract and inject support for HTTP_HEADERS and TEXT_MAP formats.
## 0.3a0

Released 2019-12-11

- Implement extract and inject support for HTTP_HEADERS and TEXT_MAP formats
([#256](https://github.com/open-telemetry/opentelemetry-python/pull/290))

## 0.2a0

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.3.dev0"
__version__ = "0.3a0"
9 changes: 9 additions & 0 deletions ext/opentelemetry-ext-pymongo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## Unreleased

## 0.3a0

Released 2019-12-11

- Initial release
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-pymongo/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api >= 0.3.dev0
opentelemetry-api >= 0.3a0
pymongo ~= 3.1

[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.3.dev0"
__version__ = "0.3a0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3dev0"
__version__ = "0.3a0"
8 changes: 8 additions & 0 deletions ext/opentelemetry-ext-wsgi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 0.3a0

Released 2019-12-11

- Support new semantic conventions
([#299](https://github.com/open-telemetry/opentelemetry-python/pull/299))
- Updates for core library changes

## 0.2a0

Released 2019-10-29
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.3.dev0"
__version__ = "0.3a0"
9 changes: 9 additions & 0 deletions opentelemetry-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## 0.3a0

Released 2019-12-11

- Multiple tracing API changes
- Multiple metrics API changes
- Remove option to create unstarted spans from API
([#290](https://github.com/open-telemetry/opentelemetry-python/pull/290))

## 0.2a0

Released 2019-10-29
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/util/version.py
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.3.dev0"
__version__ = "0.3a0"
10 changes: 10 additions & 0 deletions opentelemetry-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## 0.3a0

Released 2019-12-11

- Multiple tracing SDK changes
- Multiple metrics SDK changes
- Add metrics exporters
([#192](https://github.com/open-telemetry/opentelemetry-python/pull/192))
- Multiple bugfixes and improvements

## 0.2a0

Released 2019-10-29
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
include_package_data=True,
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
install_requires=["opentelemetry-api==0.3.dev0"],
install_requires=["opentelemetry-api==0.3a0"],
extras_require={},
license="Apache-2.0",
package_dir={"": "src"},
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/version.py
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.3.dev0"
__version__ = "0.3a0"
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ deps =
# needed for example trace integration
flask~=1.1
requests~=2.7
# Pinned due to https://github.com/open-telemetry/opentelemetry-python/issues/329
multidict==4.6.1

commands_pre =
pip install -e {toxinidir}/opentelemetry-api \
Expand Down

0 comments on commit aa9b244

Please sign in to comment.