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.
2 parents 0da7baa + 6b06ed3 commit 9b782a6Copy full SHA for 9b782a6
cpt/__init__.py
@@ -1,6 +1,6 @@
1
2
-__version__ = '0.34.2'
3
-NEWEST_CONAN_SUPPORTED = "1.29.000"
+__version__ = '0.34.3'
+NEWEST_CONAN_SUPPORTED = "1.30.000"
4
5
6
def get_client_version():
cpt/requirements.txt
@@ -1,3 +1,3 @@
six>=1.10.0, <1.15.0
-conan>=1.7.0, <1.30.0
+conan>=1.7.0, <1.31.0
tabulate>=0.8.0, <0.9.0
0 commit comments