Skip to content

Commit

Permalink
move version to scm (#10712)
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored Mar 3, 2022
1 parent 65a8db3 commit a9e7d35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions conan/tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
from conans.model.version import Version

CONAN_TOOLCHAIN_ARGS_FILE = "conanbuild.conf"
CONAN_TOOLCHAIN_ARGS_SECTION = "toolchain"
1 change: 1 addition & 0 deletions conan/tools/scm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from conan.tools.scm.git import Git
from conans.model.version import Version

0 comments on commit a9e7d35

Please sign in to comment.