Skip to content

Commit

Permalink
fix(hbph_installer): Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-p-may committed May 12, 2023
1 parent b72de00 commit e909441
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
Binary file modified hbph_installer.gh
Binary file not shown.
44 changes: 41 additions & 3 deletions honeybee_ph_rhino/_component_info_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
These are called when the component is instantiated within the Grasshopper canvas.
"""

RELEASE_VERSION = "Honeybee-PH v1.0.40"
RELEASE_VERSION = "Honeybee-PH v1.0.41"
CATEGORY = "HB-PH"
SUB_CATEGORIES = {
0: "00 | Utils",
Expand Down Expand Up @@ -164,7 +164,7 @@
"SubCategory": 1,
},
"HBPH - Create SHW Recirculation Pipes": {
"NickName": "Create Recric Pipes",
"NickName": "Create Recirc Pipes",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 1,
Expand Down Expand Up @@ -300,7 +300,19 @@
"SubCategory": 1,
},
"HBPH - Calculate Phius Blind Transmittance": {
"NickName": " Calc. Phius Blind",
"NickName": "Calc Phius Blind",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 1,
},
"HBPH - Create Window Types": {
"NickName": "Create Win Types",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 1,
},
"HBPH - Create Window Geometry": {
"NickName": "Create Geom",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 1,
Expand Down Expand Up @@ -461,12 +473,38 @@
"Category": CATEGORY,
"SubCategory": 4,
},
"HBPH - Get Object Attributes": {
"NickName": "Get Attributes",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 4,
},
"HBPH - Set Object Attributes": {
"NickName": "Set Attributes",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 4,
},
"HBPH - Create Objects From CSV": {
"NickName": "Create Objs from CSV",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 4,
},
# -- Visualize
"HBPH - Visualize Spaces": {
"NickName": "Visualize HBPH Spaces",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 1,
},
# -- Organize
"HBPH - Organize Spaces": {
"NickName": "Organize HBPH Spaces",
"Message": RELEASE_VERSION,
"Category": CATEGORY,
"SubCategory": 1,
},
}


Expand Down

0 comments on commit e909441

Please sign in to comment.