From 0cb158aefdd12316364577c7410115fb46a34020 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 28 Mar 2024 20:29:42 +0000 Subject: [PATCH] Increment package version after release of azure-monitor-query --- sdk/monitor/azure-monitor-query/CHANGELOG.md | 10 ++++++++++ .../azure/monitor/query/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sdk/monitor/azure-monitor-query/CHANGELOG.md b/sdk/monitor/azure-monitor-query/CHANGELOG.md index a451cbd4a07a..b571a0f36671 100644 --- a/sdk/monitor/azure-monitor-query/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.3.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.3.0 (2024-03-28) ### Features Added diff --git a/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py b/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py index 72259dc5004b..08c91ffb82b7 100644 --- a/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py +++ b/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.3.0" +VERSION = "1.3.1"