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:
Owais Lone
2021-08-26 14:54:46 +05:30
committed by GitHub
parent c6976fc51f
commit d4668bcbc7
77 changed files with 163 additions and 160 deletions

View File

@ -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

View File

@ -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"