Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions and requirements to 0.2a0 #250

Merged
merged 2 commits into from
Oct 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 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.1.dev0",
version="0.2a0",
author="OpenTelemetry Authors",
author_email="cncf-opentelemetry-contributors@lists.cncf.io",
classifiers=[
Expand All @@ -35,10 +35,10 @@
long_description=open("README.rst").read(),
install_requires=[
"typing; python_version<'3.5'",
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-ext-http-requests",
"opentelemetry-ext-wsgi",
"opentelemetry-api>=0.2a0",
"opentelemetry-sdk>=0.2a0",
"opentelemetry-ext-http-requests>=0.2a0",
"opentelemetry-ext-wsgi>=0.2a0",
"flask",
"requests",
],
Expand Down
4 changes: 2 additions & 2 deletions ext/opentelemetry-ext-azure-monitor/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api
opentelemetry-sdk
opentelemetry-api >= 0.2a0
opentelemetry-sdk >= 0.2a0

[options.packages.find]
where = src
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.1.dev0"
__version__ = "0.2a0"
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.1.dev0
opentelemetry-api >= 0.2a0
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.1.dev0"
__version__ = "0.2a0"
4 changes: 2 additions & 2 deletions ext/opentelemetry-ext-jaeger/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ package_dir=
packages=find_namespace:
install_requires =
thrift >= 0.10.0
opentelemetry-api
opentelemetry-sdk
opentelemetry-api >= 0.2a0
opentelemetry-sdk >= 0.2a0

[options.packages.find]
where = src
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.1.dev0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-opentracing-shim/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir=
packages=find_namespace:
install_requires =
opentracing
opentelemetry-api
opentelemetry-api >= 0.2a0

[options.packages.find]
where = src
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.1.dev0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-wsgi/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
opentelemetry-api >= 0.2a0

[options.packages.find]
where = src
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.1.dev0"
__version__ = "0.2a0"
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.1.dev0"
__version__ = "0.2a0"
2 changes: 1 addition & 1 deletion opentelemetry-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
description="OpenTelemetry Python SDK",
include_package_data=True,
long_description=open("README.rst").read(),
install_requires=["opentelemetry-api==0.1.dev0"],
install_requires=["opentelemetry-api==0.2a0"],
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.1.dev0"
__version__ = "0.2a0"