Skip to content

Commit

Permalink
Add missing release changes (#131)
Browse files Browse the repository at this point in the history
Fixes #130
  • Loading branch information
ocelotl authored Nov 15, 2022
1 parent 1332813 commit 1bebdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
opentelemetry-sdk == 1.14.0
opentelemetry-exporter-otlp == 1.14.0
opentelemetry-propagator-b3 == 1.14.0
opentelemetry-instrumentation == 0.34b0
opentelemetry-instrumentation == 0.35b0

[options.extras_require]
test =
Expand Down
2 changes: 1 addition & 1 deletion src/opentelemetry/launcher/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.9.0"
__version__ = "1.10.0"

0 comments on commit 1bebdf3

Please sign in to comment.