We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6c99d commit ea61c6dCopy full SHA for ea61c6d
sdk/template/azure-template/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Release History
2
3
+## 0.0.12 (Unreleased)
4
+- Test a successful Release
5
+
6
## 0.0.7 (2020-07-02)
7
- Test a successful Release
8
sdk/template/azure-template/azure/template/_version.py
@@ -1,2 +1,2 @@
# matches SEMVER
-VERSION = "0.0.7"
+VERSION = "0.0.12"
sdk/template/azure-template/sdk_packaging.toml
@@ -1,9 +1,2 @@
[packaging]
auto_update = false
-package_name = "azure-template"
-package_pprint_name = "Template Package"
-is_stable = false
-is_arm = false
-
-# Package owners should uncomment and set this doc id.
9
-# package_doc_id = "<your doc id>"
0 commit comments