Skip to content

Commit

Permalink
Support Conan 1.29
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Sep 1, 2020
1 parent e6490ba commit 8dc8d19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.34.1'
NEWEST_CONAN_SUPPORTED = "1.28.000"
__version__ = '0.34.2'
NEWEST_CONAN_SUPPORTED = "1.29.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.29.0
conan>=1.7.0, <1.30.0
tabulate>=0.8.0, <0.9.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def load_version():
url='https://github.com/conan-io/conan-package-tools',

# Author details
author='JFrog LTD. Luis Martinez de Bartolome',
author_email='luism@jfrog.com',
author='JFrog LTD',
author_email='info@conan.io',

# Choose your license
license='MIT',
Expand Down

0 comments on commit 8dc8d19

Please sign in to comment.