Release 1.11.1-0.30b1 (#1067)

This commit is contained in:
Srikanth Chekuri
2022-04-22 02:29:17 +05:30
committed by GitHub
parent 328e16f3f1
commit b6964ccf3a
88 changed files with 256 additions and 251 deletions

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b0
opentelemetry-instrumentation == 0.30b0
opentelemetry-semantic-conventions == 0.30b1
opentelemetry-instrumentation == 0.30b1
wrapt >= 1.0.0, < 2.0.0
[options.extras_require]
test =
opentelemetry-test-utils == 0.30b0
opentelemetry-test-utils == 0.30b1
elasticsearch-dsl >= 2.0
[options.packages.find]

View File

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