Skip to content

Commit

Permalink
Update version to 1.21.0.dev/0.42b0.dev (#3421)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
opentelemetrybot and ocelotl committed Sep 4, 2023
1 parent 9ced357 commit 8ce9446
Show file tree
Hide file tree
Showing 36 changed files with 47 additions and 45 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: d1fb91ae0c075751b580ff4892bae44749d5810d
CONTRIB_REPO_SHA: 481972cf87c1506e789f586843ba82d93633eac7
# This is needed because we do not clone the core repo in contrib builds anymore.
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
# does not set an environment variable (simply just runs tox), which is different when
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## Version 1.20.0/0.41b0 (2023-09-01)

- Modify Prometheus exporter to translate non-monotonic Sums into Gauges
([#3306](https://github.com/open-telemetry/opentelemetry-python/pull/3306))

Expand Down
4 changes: 2 additions & 2 deletions eachdist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sortfirst=
exporter/*

[stable]
version=1.20.0.dev
version=1.21.0.dev

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

[prerelease]
version=0.41b0.dev
version=0.42b0.dev

packages=
opentelemetry-opentracing-shim
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.20.0.dev"
__version__ = "1.21.0.dev"
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.20.0.dev"
__version__ = "1.21.0.dev"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-jaeger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"opentelemetry-exporter-jaeger-proto-grpc == 1.20.0.dev",
"opentelemetry-exporter-jaeger-thrift == 1.20.0.dev",
"opentelemetry-exporter-jaeger-proto-grpc == 1.21.0.dev",
"opentelemetry-exporter-jaeger-thrift == 1.21.0.dev",
]

[project.optional-dependencies]
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.20.0.dev"
__version__ = "1.21.0.dev"
2 changes: 1 addition & 1 deletion exporter/opentelemetry-exporter-opencensus/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
dependencies = [
"grpcio >= 1.0.0, < 2.0.0",
"opencensus-proto >= 0.1.0, < 1.0.0",
"opentelemetry-api >= 1.20.0.dev",
"opentelemetry-api >= 1.21.0.dev",
"opentelemetry-sdk >= 1.15",
"protobuf ~= 3.13",
"setuptools >= 16.0",
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.41b0.dev"
__version__ = "0.42b0.dev"
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"opentelemetry-proto == 1.20.0.dev",
"opentelemetry-proto == 1.21.0.dev",
"backoff >= 1.10.0, < 2.0.0; python_version<'3.7'",
"backoff >= 1.10.0, < 3.0.0; python_version>='3.7'",
]
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.20.0.dev"
__version__ = "1.21.0.dev"
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies = [
"googleapis-common-protos ~= 1.52",
"grpcio >= 1.0.0, < 2.0.0",
"opentelemetry-api ~= 1.15",
"opentelemetry-proto == 1.20.0.dev",
"opentelemetry-sdk ~= 1.20.0.dev",
"opentelemetry-exporter-otlp-proto-common == 1.20.0.dev",
"opentelemetry-proto == 1.21.0.dev",
"opentelemetry-sdk ~= 1.21.0.dev",
"opentelemetry-exporter-otlp-proto-common == 1.21.0.dev",
]

[project.optional-dependencies]
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.20.0.dev"
__version__ = "1.21.0.dev"
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
"backoff >= 1.10.0, < 3.0.0; python_version>='3.7'",
"googleapis-common-protos ~= 1.52",
"opentelemetry-api ~= 1.15",
"opentelemetry-proto == 1.20.0.dev",
"opentelemetry-sdk ~= 1.20.0.dev",
"opentelemetry-exporter-otlp-proto-common == 1.20.0.dev",
"opentelemetry-proto == 1.21.0.dev",
"opentelemetry-sdk ~= 1.21.0.dev",
"opentelemetry-exporter-otlp-proto-common == 1.21.0.dev",
"requests ~= 2.7",
]

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.20.0.dev"
__version__ = "1.21.0.dev"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-otlp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"opentelemetry-exporter-otlp-proto-grpc == 1.20.0.dev",
"opentelemetry-exporter-otlp-proto-http == 1.20.0.dev",
"opentelemetry-exporter-otlp-proto-grpc == 1.21.0.dev",
"opentelemetry-exporter-otlp-proto-http == 1.21.0.dev",
]

[project.entry-points.opentelemetry_logs_exporter]
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.20.0.dev"
__version__ = "1.21.0.dev"
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.41b0.dev"
__version__ = "0.42b0.dev"
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.20.0.dev"
__version__ = "1.21.0.dev"
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]
dependencies = [
"opentelemetry-api ~= 1.3",
"opentelemetry-exporter-zipkin-json == 1.20.0.dev",
"opentelemetry-exporter-zipkin-json == 1.21.0.dev",
"opentelemetry-sdk ~= 1.11",
"protobuf ~= 3.12",
"requests ~= 2.7",
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.20.0.dev"
__version__ = "1.21.0.dev"
4 changes: 2 additions & 2 deletions exporter/opentelemetry-exporter-zipkin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"opentelemetry-exporter-zipkin-json == 1.20.0.dev",
"opentelemetry-exporter-zipkin-proto-http == 1.20.0.dev",
"opentelemetry-exporter-zipkin-json == 1.21.0.dev",
"opentelemetry-exporter-zipkin-proto-http == 1.21.0.dev",
]

[project.optional-dependencies]
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.20.0.dev"
__version__ = "1.21.0.dev"
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.20.0.dev"
__version__ = "1.21.0.dev"
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.20.0.dev"
__version__ = "1.21.0.dev"
4 changes: 2 additions & 2 deletions opentelemetry-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"opentelemetry-api == 1.20.0.dev",
"opentelemetry-semantic-conventions == 0.41b0.dev",
"opentelemetry-api == 1.21.0.dev",
"opentelemetry-semantic-conventions == 0.42b0.dev",
"typing-extensions >= 3.7.4",
]

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.20.0.dev"
__version__ = "1.21.0.dev"
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.41b0.dev"
__version__ = "0.42b0.dev"
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.20.0.dev"
__version__ = "1.21.0.dev"
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.20.0.dev"
__version__ = "1.21.0.dev"
2 changes: 1 addition & 1 deletion shim/opentelemetry-opencensus-shim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [

[project.optional-dependencies]
test = [
"opentelemetry-test-utils == 0.41b0.dev",
"opentelemetry-test-utils == 0.42b0.dev",
"opencensus == 0.11.1",
]

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.41b0.dev"
__version__ = "0.42b0.dev"
2 changes: 1 addition & 1 deletion shim/opentelemetry-opentracing-shim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [

[project.optional-dependencies]
test = [
"opentelemetry-test-utils == 0.41b0.dev",
"opentelemetry-test-utils == 0.42b0.dev",
"opentracing ~= 2.2.0",
]

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.41b0.dev"
__version__ = "0.42b0.dev"
4 changes: 2 additions & 2 deletions tests/opentelemetry-test-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
]
dependencies = [
"asgiref ~= 3.0",
"opentelemetry-api == 1.20.0.dev",
"opentelemetry-sdk == 1.20.0.dev",
"opentelemetry-api == 1.21.0.dev",
"opentelemetry-sdk == 1.21.0.dev",
]

[project.optional-dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.41b0.dev"
__version__ = "0.42b0.dev"

0 comments on commit 8ce9446

Please sign in to comment.