Skip to content

Commit 03287a1

Browse files
authored
Merge pull request #4133 from conan-io/release/2.17
Sync develop2
2 parents c920865 + 05167ec commit 03287a1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read :ref:`whatsnew`
55

6+
2.17.1 (23-Jun-2025)
7+
--------------------
8+
9+
- Bugfix: add support for ``Git()`` for git<2.36, for operations that check if a commit exists in a remote. `#18501 <https://github.com/conan-io/conan/pull/18501>`_
10+
611
2.17.0 (28-May-2025)
712
--------------------
813

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The short X.Y version.
6868
version = "2.17"
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'2.17.0'
70+
release = u'2.17.1'
7171

7272
dir_path = os.path.dirname(os.path.realpath(__file__))
7373
if not os.path.exists(os.path.join(dir_path, "versions.json")):

reference/tools/files/patches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Usage:
3737
3838
from conan.tools.files import apply_conandata_patches
3939
40-
def build(self):
40+
def source(self):
4141
apply_conandata_patches(self)
4242
4343

0 commit comments

Comments
 (0)