mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 13:12:39 +08:00
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:
@ -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 =
|
||||
|
@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.28b0"
|
||||
__version__ = "0.28b1"
|
||||
|
Reference in New Issue
Block a user