Prepare release v1.6.2 and 0.25b2 (#762)

This commit is contained in:
Owais Lone
2021-10-20 00:00:28 +05:30
committed by GitHub
parent 27e58e5e3a
commit d158a5f3b8
82 changed files with 202 additions and 200 deletions

View File

@ -40,13 +40,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.25b1
opentelemetry-instrumentation == 0.25b1
opentelemetry-semantic-conventions == 0.25b2
opentelemetry-instrumentation == 0.25b2
wrapt >= 1.0.0, < 2.0.0
[options.extras_require]
test =
opentelemetry-test == 0.25b1
opentelemetry-test == 0.25b2
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.25b1"
__version__ = "0.25b2"