Skip to content

Commit

Permalink
reverted CHANGELOG and further changed eachdist
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadeepm04 committed Jun 4, 2024
1 parent 66573e0 commit f49b2d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

## Version 1.25.0/0.46b0 (2024-05-30)
- Remove references to [test] packages from eachdist.py script
([#3947](https://github.com/open-telemetry/opentelemetry-python/pull/3947))

- Fix class BoundedAttributes to have RLock rather than Lock
([#3859](https://github.com/open-telemetry/opentelemetry-python/pull/3859))
- Remove thread lock by loading RuntimeContext explicitly.
Expand Down
1 change: 0 additions & 1 deletion scripts/eachdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def setup_instparser(instparser):

setup_instparser(instparser)
instparser.add_argument("--editable", "-e", action="store_true")
instparser.add_argument("--with-test-deps", action="store_true")
instparser.add_argument("--with-dev-deps", action="store_true")
instparser.add_argument("--eager-upgrades", action="store_true")

Expand Down

0 comments on commit f49b2d5

Please sign in to comment.