Skip to content

Commit

Permalink
Merge pull request #97 from kairu-ms/release-v0.9.4
Browse files Browse the repository at this point in the history
Release v0.9.4
  • Loading branch information
kairu-ms authored Jul 28, 2022
2 parents 6d8b2b5 + 1351653 commit 0f93978
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.9.4
++++
* Update docs (#94)(#95)(#96)

0.9.3
+++++
* Support `DurationArg`, `DateArg`, `DateTimeArg` and `UuidArg` generation (#90)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def fix_url_dependencies(req: str) -> str:
"Programming Language :: Python :: 3.10"
],
keywords="azure",
url="https://github.com/kairu-ms/aaz-dev-tools",
url="https://github.com/Azure/aaz-dev-tools",
author="Microsoft Corporation",
author_email="azpycli@microsoft.com",
license='MIT',
Expand Down
4 changes: 2 additions & 2 deletions src/aaz_dev/docs/Docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Please jump to [Workspace Editor](/Docs/usage/workspace_editor_usage.md) for mor
## 5 AAZ Repo
---

The name __AAZ__ comes from the abbreviation of Atomic Azure. This repo is to maintain Atomic Azure Cli command models. You can access this repo by [link](https://github.com/kairu-ms/aaz/tree/demo).
The name __AAZ__ comes from the abbreviation of Atomic Azure. This repo is to maintain Atomic Azure Cli command models. You can access this repo by [link](https://github.com/Azure/aaz/tree/main).

There a two folders in the root of AAZ:
- Commands:
Expand All @@ -189,7 +189,7 @@ There a two folders in the root of AAZ:

### 5.1 Command Tree

The data of command tree is in [Commands/tree.json](https://github.com/kairu-ms/aaz/blob/demo/Commands/tree.json). Json files are hard to read, so the data is also rendered as Markdown files in a tree hierarchy.
The data of command tree is in [Commands/tree.json](https://github.com/Azure/aaz/blob/main/Commands/tree.json). Json files are hard to read, so the data is also rendered as Markdown files in a tree hierarchy.

![CommandTreeNode](/Docs/images/aaz_command_tree_folder.png)

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "9", "3", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "9", "4", "")

# _PATCH: On main and in a nightly release the patch should be one ahead of the last released build.
# _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See
Expand Down

0 comments on commit 0f93978

Please sign in to comment.