mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-03 04:10:48 +08:00
Release/1.5.0 0.24b0 (#628)
* updating changelogs and version to 1.4.0-0.24.dev0 * updating changelogs and version to 1.5.0-0.24b0 * Update CHANGELOG.md Co-authored-by: Leighton Chen <lechen@microsoft.com> * Update CHANGELOG.md Co-authored-by: Leighton Chen <lechen@microsoft.com> Co-authored-by: Leighton Chen <lechen@microsoft.com>
This commit is contained in:
@ -39,12 +39,12 @@ package_dir=
|
||||
packages=find_namespace:
|
||||
install_requires =
|
||||
opentelemetry-api ~= 1.3
|
||||
opentelemetry-instrumentation == 0.24.dev0
|
||||
opentelemetry-instrumentation == 0.24b0
|
||||
asgiref ~= 3.0
|
||||
|
||||
[options.extras_require]
|
||||
test =
|
||||
opentelemetry-test == 0.24.dev0
|
||||
opentelemetry-test == 0.24b0
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.24.dev0"
|
||||
__version__ = "0.24b0"
|
||||
|
Reference in New Issue
Block a user