Skip to content

Commit 949d397

Browse files
authored
Merge pull request conan-io#3311 from conan-io/master
Master to develop
2 parents dedecae + 37dba7e commit 949d397

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.ci/scripts/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# must be always the latest version
1313
"2.0": "release/2.0",
1414
latest_v1_folder: latest_v1_branch,
15-
"en/1.60": "release/1.60.1",
15+
"en/1.60": "release/1.60.2",
1616
"en/1.59": "release/1.59.0",
1717
"en/1.58": "release/1.58.0",
1818
"en/1.57": "release/1.57.0",

changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Check https://github.com/conan-io/conan for issues and more details about develo
2121
Conan 1.60 shouldn't break any existing 1.0 recipe or command line invocation. If it does, please submit
2222
a report on GitHub. Read more about the :ref:`Conan stability commitment<stability>`.
2323

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+
2429
1.60.1 (30-May-2023)
2530
--------------------
2631

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# The short X.Y version.
4545
version = "1.60"
4646
# The full version, including alpha/beta/rc tags.
47-
release = u'1.60.1'
47+
release = u'1.60.2'
4848

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

0 commit comments

Comments
 (0)