Skip to content

Commit

Permalink
Merge pull request #251 from NREL/os330
Browse files Browse the repository at this point in the history
Update to OS 3.3.0/E+ 9.6.0
  • Loading branch information
joseph-robertson committed Nov 11, 2021
2 parents 1f03a84 + d446536 commit c8d759e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildstockbatch/base.py
Expand Up @@ -38,8 +38,8 @@

class BuildStockBatchBase(object):

DEFAULT_OS_VERSION = '3.2.1'
DEFAULT_OS_SHA = 'bdbdbc9da6'
DEFAULT_OS_VERSION = '3.3.0'
DEFAULT_OS_SHA = 'ad235ff36e'
CONTAINER_RUNTIME = None
LOGO = '''
_ __ _ __, _ __
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog/changelog_dev.rst
Expand Up @@ -58,3 +58,10 @@ Development Changelog
difficult. Both spark and dask clusters were failing due to out of
memory errors. I'm changing it back to 1GB, which will make more files,
but each will be more manageable.
.. change::
:tags: general, feature
:pullreq: 251
:tickets:

For ResStock the OpenStudio version has changed to v3.3.0.

0 comments on commit c8d759e

Please sign in to comment.