Skip to content

Commit

Permalink
Merge pull request #512 from conan-io/release/0.34.0
Browse files Browse the repository at this point in the history
Bump Conan version to 1.27.0
  • Loading branch information
czoido authored Jul 2, 2020
2 parents 68d1d5b + e9f3ad4 commit 521dc78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

__version__ = '0.33.2'
NEWEST_CONAN_SUPPORTED = "1.26.000"
__version__ = '0.34.0'
NEWEST_CONAN_SUPPORTED = "1.27.000"


def get_client_version():
Expand Down
2 changes: 1 addition & 1 deletion cpt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
six>=1.10.0, <1.15.0
conan>=1.7.0, <1.27.0
conan>=1.7.0, <1.28.0
tabulate>=0.8.0, <0.9.0

0 comments on commit 521dc78

Please sign in to comment.