Release 1.12.0-0.33b0 (#1223)

* Release 1.12.0-0.33b0

* Update API and SDK versions to 1.12
This commit is contained in:
Diego Hurtado
2022-08-09 21:32:17 +02:00
committed by GitHub
parent 4d73a6b003
commit 7625b82dff
101 changed files with 318 additions and 315 deletions

View File

@ -40,14 +40,14 @@ package_dir=
=src
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.32b0
opentelemetry-instrumentation == 0.32b0
opentelemetry-api ~= 1.12
opentelemetry-semantic-conventions == 0.33b0
opentelemetry-instrumentation == 0.33b0
wrapt >= 1.0.0, < 2.0.0
[options.extras_require]
test =
opentelemetry-test-utils == 0.32b0
opentelemetry-test-utils == 0.33b0
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.32b0"
__version__ = "0.33b0"