From ec465793a517c21000757cb5c9aaa2070e182596 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 10 Nov 2021 02:58:25 +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 11df874fa23e..6636cbd4696f 100644 --- a/sdk/monitor/azure-monitor-query/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.1 (2021-11-09) ### Bugs Fixed 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 7d08b3a951ed..ad8dce8eb182 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.0.1" +VERSION = "1.0.2"