We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f17f0f commit c997ab7Copy full SHA for c997ab7
2 files changed
HISTORY.rst
@@ -3,6 +3,10 @@
3
Release History
4
===============
5
6
+0.1.43
7
+++++++
8
+* `azdev statistics list-command-table`: Fix unexpected indent (#368)
9
+
10
0.1.42
11
++++++
12
* `azdev command-change meta-export/meta-diff`: Generate cli cmd meta data and the diffs between two meta data (#362)
azdev/__init__.py
@@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------
-__VERSION__ = '0.1.42'
+__VERSION__ = '0.1.43'
0 commit comments