Skip to content

Commit 9b782a6

Browse files
authored
Merge pull request #527 from conan-io/release/0.34.3
Accept Conan 1.30
2 parents 0da7baa + 6b06ed3 commit 9b782a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cpt/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
__version__ = '0.34.2'
3-
NEWEST_CONAN_SUPPORTED = "1.29.000"
2+
__version__ = '0.34.3'
3+
NEWEST_CONAN_SUPPORTED = "1.30.000"
44

55

66
def get_client_version():

cpt/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
six>=1.10.0, <1.15.0
2-
conan>=1.7.0, <1.30.0
2+
conan>=1.7.0, <1.31.0
33
tabulate>=0.8.0, <0.9.0

0 commit comments

Comments
 (0)