Skip to content

Commit

Permalink
update version to 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Jun 23, 2020
1 parent d3269c4 commit 013a065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
SERVER_CAPABILITIES = [COMPLEX_SEARCH_CAPABILITY, REVISIONS] # Server is always with revisions
DEFAULT_REVISION_V1 = "0"

__version__ = '1.26.0'
__version__ = '1.26.1'
1 change: 1 addition & 0 deletions conans/client/migrations_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,3 +1299,4 @@
settings_1_25_2=settings_1_25_1

settings_1_26_0=settings_1_25_2
settings_1_26_1=settings_1_26_0

0 comments on commit 013a065

Please sign in to comment.