Skip to content

Commit

Permalink
1.40 dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Jul 27, 2021
1 parent 5b65448 commit 3f90d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conans/__init__.py
Expand Up @@ -20,4 +20,4 @@
SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions
DEFAULT_REVISION_V1 = "0"

__version__ = '1.39.0-dev'
__version__ = '1.40.0-dev'
2 changes: 2 additions & 0 deletions conans/client/migrations_settings.py
Expand Up @@ -2309,3 +2309,5 @@
settings_1_38_0 = settings_1_37_2

settings_1_39_0 = settings_1_38_0

settings_1_40_0 = settings_1_39_0

0 comments on commit 3f90d6e

Please sign in to comment.