File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 12
12
# must be always the latest version
13
13
"2.0" : "release/2.0" ,
14
14
latest_v1_folder : latest_v1_branch ,
15
- "en/1.60" : "release/1.60.1 " ,
15
+ "en/1.60" : "release/1.60.2 " ,
16
16
"en/1.59" : "release/1.59.0" ,
17
17
"en/1.58" : "release/1.58.0" ,
18
18
"en/1.57" : "release/1.57.0" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ Check https://github.com/conan-io/conan for issues and more details about develo
21
21
Conan 1.60 shouldn't break any existing 1.0 recipe or command line invocation. If it does, please submit
22
22
a report on GitHub. Read more about the :ref: `Conan stability commitment<stability> `.
23
23
24
+ 1.60.2 (26-Jul-2023)
25
+ --------------------
26
+
27
+ - Fix: Allow Pyyaml 6.0.X versions to avoid cython 3.0 problems. (backport #14323) `#14363 <https://github.com/conan-io/conan/pull/14363 >`_
28
+
24
29
1.60.1 (30-May-2023)
25
30
--------------------
26
31
Original file line number Diff line number Diff line change 44
44
# The short X.Y version.
45
45
version = "1.60"
46
46
# The full version, including alpha/beta/rc tags.
47
- release = u'1.60.1 '
47
+ release = u'1.60.2 '
48
48
49
49
dir_path = os .path .dirname (os .path .realpath (__file__ ))
50
50
if not os .path .exists (os .path .join (dir_path , "versions.json" )):
You can’t perform that action at this time.
0 commit comments