Release Botocore Instrumentation as 0.28b0 (#878)

This commit is contained in:
Nathaniel Ruiz Nowell
2022-01-26 12:35:32 -08:00
committed by GitHub
parent f9b4d2b864
commit 089c2b8262
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.27b0"
__version__ = "0.28b0"

View File

@ -38,7 +38,7 @@ libraries = {
},
"botocore": {
"library": "botocore ~= 1.0",
"instrumentation": "opentelemetry-instrumentation-botocore==0.27b0",
"instrumentation": "opentelemetry-instrumentation-botocore==0.28b0",
},
"celery": {
"library": "celery >= 4.0, < 6.0",