Skip to content

Commit 82a1c3b

Browse files
authored
Update requires for azure-cli-diff-tool (#431)
1 parent 4693ff2 commit 82a1c3b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
33
Release History
44
===============
5+
0.1.63
6+
++++++
7+
* `azdev`: Update required version for `azure-cli-diff-tool`.
8+
59
0.1.62
610
++++++
7-
* `azdev extension cal-next-version`: New command to calculate valid version for next extension module release..
11+
* `azdev extension cal-next-version`: New command to calculate valid version for next extension module release.
812

913
0.1.61
1014
++++++

azdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# -----------------------------------------------------------------------------
66

7-
__VERSION__ = '0.1.62'
7+
__VERSION__ = '0.1.63'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'tox',
8383
'jsbeautifier~=1.14.7',
8484
'deepdiff~=6.3.0',
85-
'azure-cli-diff-tool',
85+
'azure-cli-diff-tool~=0.0.5',
8686
'packaging',
8787
'tqdm',
8888
'wheel==0.30.0'

0 commit comments

Comments
 (0)