updating changelogs and version to 1.8.0-0.27b0 (#835)

This commit is contained in:
Owais Lone
2021-12-17 22:34:57 +05:30
committed by GitHub
parent 07f81461df
commit 0786aa49ad
84 changed files with 209 additions and 205 deletions

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.26b1
opentelemetry-instrumentation == 0.26b1
opentelemetry-semantic-conventions == 0.27b0
opentelemetry-instrumentation == 0.27b0
wrapt >= 1.0.0, < 2.0.0
[options.extras_require]
test =
opentelemetry-test-utils == 0.26b1
opentelemetry-test-utils == 0.27b0
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.26b1"
__version__ = "0.27b0"