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 4bc9c05 commit dcc1fcfCopy full SHA for dcc1fcf
HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+0.2.6
6
+++++++
7
+* Bump `deepdiff` to 8.6.1 and `azure-cli-diff-tool` to 0.1.1
8
+
9
0.2.5
10
++++++
11
* Add support for Python 3.11, 3.12, and 3.13
azdev/__init__.py
@@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------
-__VERSION__ = '0.2.5'
+__VERSION__ = '0.2.6'
setup.py
@@ -82,8 +82,8 @@
82
'sphinx==1.6.7',
83
'tox',
84
'jsbeautifier~=1.14.7',
85
- 'deepdiff~=6.3.0',
86
- 'azure-cli-diff-tool~=0.1.0',
+ 'deepdiff~=8.6.1',
+ 'azure-cli-diff-tool~=0.1.1',
87
'packaging',
88
'tqdm',
89
'wheel==0.30.0',
0 commit comments