Skip to content

Commit 6a79511

Browse files
committed
updated min library version to 2.14.1
1 parent d9be60a commit 6a79511

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

src/compas_ghpython/components_cpython/Compas_FromJson/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Deserializes JSON into COMPAS objects.
44
"""

src/compas_ghpython/components_cpython/Compas_Info/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Displays information about the active COMPAS environment.
44
"""

src/compas_ghpython/components_cpython/Compas_RpcCall/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Remote Procedure Call: to invoke Python functions outside of Rhino, in the context of the CPython interpreter.
44
"""

src/compas_ghpython/components_cpython/Compas_ToJson/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Serializes COMPAS objects to JSON.
44
"""

src/compas_ghpython/components_cpython/Compas_ToRhinoGeometry/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Draws COMPAS geometry in Grasshopper.
44
"""

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
build.build_cpython_ghuser_components,
2727
grasshopper.yakerize,
2828
grasshopper.publish_yak,
29+
grasshopper.update_gh_header,
2930
)
3031
ns.configure(
3132
{

0 commit comments

Comments
 (0)