updating changelogs and version to 1.9.1-0.28b1 (#887)

* updating changelogs and version to 1.9.1-0.28b1

* Update CHANGELOG.md

Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>

* Update CHANGELOG.md

Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>

Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
This commit is contained in:
Owais Lone
2022-01-31 15:10:29 +05:30
committed by GitHub
parent 11103ffb9c
commit c8020cbea5
89 changed files with 220 additions and 216 deletions

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace:
install_requires =
opentelemetry-api ~= 1.5
opentelemetry-instrumentation == 0.28b0
opentelemetry-semantic-conventions == 0.28b0
opentelemetry-instrumentation == 0.28b1
opentelemetry-semantic-conventions == 0.28b1
[options.extras_require]
test =
wrapt >= 1.0.0, < 2.0.0
opentelemetry-test-utils == 0.28b0
opentelemetry-test-utils == 0.28b1
[options.entry_points]
opentelemetry_instrumentor =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.28b0"
__version__ = "0.28b1"