Skip to content

Commit

Permalink
Merge pull request #478 from conan-io/release/0.31.2
Browse files Browse the repository at this point in the history
Bump newest Conan supported version
  • Loading branch information
czoido committed Mar 4, 2020
2 parents 33c061a + 09ad8f0 commit a12d698
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

__version__ = '0.31.1'
NEWEST_CONAN_SUPPORTED = "1.22.200"

__version__ = '0.31.2'
NEWEST_CONAN_SUPPORTED = "1.22.300"

def get_client_version():
from conans.model.version import Version
Expand Down

0 comments on commit a12d698

Please sign in to comment.