Skip to content

Commit 089c2b8

Browse files
authored
Release Botocore Instrumentation as 0.28b0 (#878)
1 parent f9b4d2b commit 089c2b8

File tree

2 files changed

+2
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/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.27b0"
15+
__version__ = "0.28b0"

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"botocore": {
4040
"library": "botocore ~= 1.0",
41-
"instrumentation": "opentelemetry-instrumentation-botocore==0.27b0",
41+
"instrumentation": "opentelemetry-instrumentation-botocore==0.28b0",
4242
},
4343
"celery": {
4444
"library": "celery >= 4.0, < 6.0",

0 commit comments

Comments
 (0)