File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog
33
44This page lists the changes made to Conan in each version, with links to each pull request for more details.
55
6+ 2.25.1 (29-Jan-2025)
7+ --------------------
8+
9+ - Fix: Do "retry" over the ``os.replace() `` in Windows to avoid antivirus blocking issues. `#19532 <https://github.com/conan-io/conan/pull/19532 >`_
10+
6112.25.0 (28-Jan-2025)
712--------------------
813
Original file line number Diff line number Diff line change 6868# The short X.Y version.
6969version = "2.25"
7070# The full version, including alpha/beta/rc tags.
71- release = u'2.25.0 '
71+ release = u'2.25.1 '
7272
7373dir_path = os .path .dirname (os .path .realpath (__file__ ))
7474if not os .path .exists (os .path .join (dir_path , "versions.json" )):
You can’t perform that action at this time.
0 commit comments