Skip to content

Commit

Permalink
Open 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lasote committed Nov 4, 2019
1 parent 67c8943 commit d67c1a3
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 @@ -21,4 +21,4 @@
SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions
DEFAULT_REVISION_V1 = "0"

__version__ = '1.20.0'
__version__ = '1.20.1'
2 changes: 2 additions & 0 deletions conans/client/migrations_settings.py
Expand Up @@ -797,3 +797,5 @@
build_type: [None, Debug, Release, RelWithDebInfo, MinSizeRel]
cppstd: [None, 98, gnu98, 11, gnu11, 14, gnu14, 17, gnu17, 20, gnu20] # Deprecated, use compiler.cppstd
"""

settings_1_20_1 = settings_1_20_0

0 comments on commit d67c1a3

Please sign in to comment.