Skip to content

Commit

Permalink
[chore] update main after 1.3.0 release (open-telemetry#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Jun 2, 2021
1 parent 2b7592d commit ea4cdfe
Show file tree
Hide file tree
Showing 41 changed files with 57 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Otherwise, set variable to the commit of your branch on
# opentelemetry-python-contrib which is compatible with these Core repo
# changes.
CONTRIB_REPO_SHA: bfc767f40e50643adf36c07952a07b8f1e380b2f
CONTRIB_REPO_SHA: 01bb63fb8cc429a17f1fb0c93f7ac72a3fc7b4fc

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.3.0-0.22b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.3.0-0.22b0) - 2021-06-01



### Added
- Allow span limits to be set programatically via TracerProvider.
([#1877](https://github.com/open-telemetry/opentelemetry-python/pull/1877))
Expand Down
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ This will ensure the docs are pointing at the stable release.
```bash
git tag -d stable
git tag stable
git push --delete origin tagname
git push origin stable
```

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/error_handler/error_handler_0/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-sdk == 1.3.0
opentelemetry-sdk == 1.4.0.dev0

[options.packages.find]
where = src
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.22b0"
__version__ = "0.23.dev0"
2 changes: 1 addition & 1 deletion docs/examples/error_handler/error_handler_1/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-sdk == 1.3.0
opentelemetry-sdk == 1.4.0.dev0

[options.packages.find]
where = src
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.22b0"
__version__ = "0.23.dev0"
4 changes: 2 additions & 2 deletions eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sortfirst=
exporter/*

[stable]
version=1.3.0
version=1.4.0.dev0

packages=
opentelemetry-sdk
Expand All @@ -31,7 +31,7 @@ packages=
opentelemetry-api

[prerelease]
version=0.22b0
version=0.23.dev0

packages=
opentelemetry-opentracing-shim
Expand Down
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-jaeger-proto-grpc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ packages=find_namespace:
install_requires =
grpcio >= 1.0.0, < 2.0.0
googleapis-common-protos ~= 1.52
opentelemetry-api == 1.3.0
opentelemetry-sdk == 1.3.0
opentelemetry-api == 1.4.0.dev0
opentelemetry-sdk == 1.4.0.dev0

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

[options.packages.find]
where = src
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-jaeger/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ python_requires = >=3.6

packages=find_namespace:
install_requires =
opentelemetry-exporter-jaeger-proto-grpc == 1.3.0
opentelemetry-exporter-jaeger-thrift == 1.3.0
opentelemetry-exporter-jaeger-proto-grpc == 1.4.0.dev0
opentelemetry-exporter-jaeger-thrift == 1.4.0.dev0

[options.extras_require]
test =
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-opencensus/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ packages=find_namespace:
install_requires =
grpcio >= 1.0.0, < 2.0.0
opencensus-proto >= 0.1.0, < 1.0.0
opentelemetry-api == 1.3.0
opentelemetry-sdk == 1.3.0
opentelemetry-api == 1.4.0.dev0
opentelemetry-sdk == 1.4.0.dev0
protobuf >= 3.13.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.22b0"
__version__ = "0.23.dev0"
6 changes: 3 additions & 3 deletions exporter/opentelemetry-exporter-otlp-proto-grpc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ packages=find_namespace:
install_requires =
grpcio >= 1.0.0, < 2.0.0
googleapis-common-protos ~= 1.52
opentelemetry-api == 1.3.0
opentelemetry-sdk == 1.3.0
opentelemetry-proto == 1.3.0
opentelemetry-api == 1.4.0.dev0
opentelemetry-sdk == 1.4.0.dev0
opentelemetry-proto == 1.4.0.dev0
backoff ~= 1.10.0

[options.extras_require]
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-otlp/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ classifiers =
python_requires = >=3.6
packages=find_namespace:
install_requires =
opentelemetry-exporter-otlp-proto-grpc == 1.3.0
opentelemetry-exporter-otlp-proto-grpc == 1.4.0.dev0
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-zipkin-json/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ package_dir=
packages=find_namespace:
install_requires =
requests ~= 2.7
opentelemetry-api == 1.3.0
opentelemetry-sdk == 1.3.0
opentelemetry-api == 1.4.0.dev0
opentelemetry-sdk == 1.4.0.dev0

[options.packages.find]
where = src
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
6 changes: 3 additions & 3 deletions exporter/opentelemetry-exporter-zipkin-proto-http/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ packages=find_namespace:
install_requires =
protobuf >= 3.12
requests ~= 2.7
opentelemetry-api == 1.3.0
opentelemetry-sdk == 1.3.0
opentelemetry-exporter-zipkin-json == 1.3.0
opentelemetry-api == 1.4.0.dev0
opentelemetry-sdk == 1.4.0.dev0
opentelemetry-exporter-zipkin-json == 1.4.0.dev0

[options.packages.find]
where = src
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-zipkin/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ classifiers =
python_requires = >=3.6
packages=find_namespace:
install_requires =
opentelemetry-exporter-zipkin-json == 1.3.0
opentelemetry-exporter-zipkin-proto-http == 1.3.0
opentelemetry-exporter-zipkin-json == 1.4.0.dev0
opentelemetry-exporter-zipkin-proto-http == 1.4.0.dev0

[options.extras_require]
test =
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/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__ = "1.3.0"
__version__ = "1.4.0.dev0"
8 changes: 4 additions & 4 deletions opentelemetry-distro/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 1.3.0
opentelemetry-instrumentation == 0.22b0
opentelemetry-sdk == 1.3.0
opentelemetry-api == 1.4.0.dev0
opentelemetry-instrumentation == 0.23.dev0
opentelemetry-sdk == 1.4.0.dev0

[options.packages.find]
where = src
Expand All @@ -57,4 +57,4 @@ opentelemetry_configurator =
[options.extras_require]
test =
otlp =
opentelemetry-exporter-otlp == 1.3.0
opentelemetry-exporter-otlp == 1.4.0.dev0
2 changes: 1 addition & 1 deletion opentelemetry-distro/src/opentelemetry/distro/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.22b0"
__version__ = "0.23.dev0"
2 changes: 1 addition & 1 deletion opentelemetry-proto/src/opentelemetry/proto/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__ = "1.3.0"
__version__ = "1.4.0.dev0"
4 changes: 2 additions & 2 deletions opentelemetry-sdk/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ packages=find_namespace:
zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 1.3.0
opentelemetry-semantic-conventions == 0.22b0
opentelemetry-api == 1.4.0.dev0
opentelemetry-semantic-conventions == 0.23.dev0

[options.packages.find]
where = 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__ = "1.3.0"
__version__ = "1.4.0.dev0"
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.22b0"
__version__ = "0.23.dev0"
2 changes: 1 addition & 1 deletion propagator/opentelemetry-propagator-b3/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 1.3.0
opentelemetry-api == 1.4.0.dev0
deprecated >= 1.2.6

[options.extras_require]
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
2 changes: 1 addition & 1 deletion propagator/opentelemetry-propagator-jaeger/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 1.3.0
opentelemetry-api == 1.4.0.dev0

[options.extras_require]
test =
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__ = "1.3.0"
__version__ = "1.4.0.dev0"
4 changes: 2 additions & 2 deletions shim/opentelemetry-opentracing-shim/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ packages=find_namespace:
install_requires =
Deprecated >= 1.2.6
opentracing ~= 2.0
opentelemetry-api == 1.3.0
opentelemetry-api == 1.4.0.dev0

[options.extras_require]
test =
opentelemetry-test == 0.22b0
opentelemetry-test == 0.23.dev0
opentracing ~= 2.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.22b0"
__version__ = "0.23.dev0"
4 changes: 2 additions & 2 deletions tests/util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api == 1.3.0
opentelemetry-sdk == 1.3.0
opentelemetry-api == 1.4.0.dev0
opentelemetry-sdk == 1.4.0.dev0

[options.extras_require]
test = flask~=1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/util/src/opentelemetry/test/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.22b0"
__version__ = "0.23.dev0"

0 comments on commit ea4cdfe

Please sign in to comment.