Skip to content

Commit

Permalink
fix(version): Bump the compatible version of EnergyPlus and OpenStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Jan 13, 2023
1 parent 87aefa9 commit 9062e16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ lbt-honeybee==0.7.81
pytest==6.2.4
Sphinx==3.3.1
docutils==0.17
sphinx-bootstrap-theme==0.7.1
sphinx-bootstrap-theme==0.8.1
sphinxcontrib-fulltoc==1.2.0
sphinxcontrib-websupport==1.2.4
sphinx-click==2.7.1
twine==3.4.1
wheel==0.36.2
setuptools==57.0.0
wheel==0.38.1
setuptools==65.5.1
importlib-metadata==4.3.1
jinja2==3.0.3
markupsafe==2.0.1
4 changes: 2 additions & 2 deletions lbt_recipes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# These constants set the engine version compatibility across the entire
# LBT Grasshopper plugin
RADIANCE_DATE = (2021, 3, 28)
EP_VERSION = (22, 1, 0)
OS_VERSION = (3, 4, 0)
EP_VERSION = (22, 2, 0)
OS_VERSION = (3, 5, 0)
COMPATIBILITY_URL = 'https://github.com/ladybug-tools/lbt-grasshopper/wiki/' \
'1.4-Compatibility-Matrix'

Expand Down

0 comments on commit 9062e16

Please sign in to comment.