Skip to content

Commit 2cda690

Browse files
author
alrex
authored
hotfix: 1.4.1 0.23b2 (#1999)
1 parent 67bbad4 commit 2cda690

File tree

33 files changed

+72
-72
lines changed

33 files changed

+72
-72
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# Otherwise, set variable to the commit of your branch on
1111
# opentelemetry-python-contrib which is compatible with these Core repo
1212
# changes.
13-
CONTRIB_REPO_SHA: 79cac1d0395f1d5cc920bfeaeb8cf04ee2a39872
13+
CONTRIB_REPO_SHA: 18d8217cd7bbb8ab2734b0a793b53108ee49f6f2
1414

1515
jobs:
1616
build:

docs/examples/error_handler/error_handler_0/src/error_handler_0/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.23.dev0"
15+
__version__ = "0.23b2"

docs/examples/error_handler/error_handler_1/src/error_handler_1/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.23.dev0"
15+
__version__ = "0.23b2"

eachdist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sortfirst=
1414
exporter/*
1515

1616
[stable]
17-
version=1.4.0
17+
version=1.4.1
1818

1919
packages=
2020
opentelemetry-sdk
@@ -32,7 +32,7 @@ packages=
3232
opentelemetry-api
3333

3434
[prerelease]
35-
version=0.23b0
35+
version=0.23b2
3636

3737
packages=
3838
opentelemetry-opentracing-shim

exporter/opentelemetry-exporter-jaeger-proto-grpc/src/opentelemetry/exporter/jaeger/proto/grpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "1.4.0"
16+
__version__ = "1.4.1"

exporter/opentelemetry-exporter-jaeger-thrift/src/opentelemetry/exporter/jaeger/thrift/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "1.4.0"
16+
__version__ = "1.4.1"

exporter/opentelemetry-exporter-jaeger/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ python_requires = >=3.6
3939

4040
packages=find_namespace:
4141
install_requires =
42-
opentelemetry-exporter-jaeger-proto-grpc == 1.4.0
43-
opentelemetry-exporter-jaeger-thrift == 1.4.0
42+
opentelemetry-exporter-jaeger-proto-grpc == 1.4.1
43+
opentelemetry-exporter-jaeger-thrift == 1.4.1
4444

4545
[options.extras_require]
4646
test =

exporter/opentelemetry-exporter-jaeger/src/opentelemetry/exporter/jaeger/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "1.4.0"
16+
__version__ = "1.4.1"

exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.23b0"
15+
__version__ = "0.23b2"

exporter/opentelemetry-exporter-otlp-proto-grpc/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_requires =
4343
googleapis-common-protos ~= 1.52
4444
opentelemetry-api ~= 1.3
4545
opentelemetry-sdk ~= 1.3
46-
opentelemetry-proto == 1.4.0
46+
opentelemetry-proto == 1.4.1
4747
backoff ~= 1.10.0
4848

4949
[options.extras_require]

0 commit comments

Comments
 (0)