ladybug-tools / uwg

:city_sunrise: The Urban Weather Generator (uwg) is a Python application for modeling the urban heat island effect.
https://www.ladybug.tools/uwg/docs/
GNU General Public License v3.0
56 stars 26 forks source link

fix(uwg): Fig typo in uwg.py module #251

Closed chriswmackey closed 3 years ago

chriswmackey commented 3 years ago

Resolves https://github.com/ladybug-tools/uwg/issues/248

I am also taking the opportunity to implement and test a new CI system that replaces the old use of Dependabot with custom GitHub actions utilizing webhooks. If all goes correctly, the merge of this commit should trigger a new release of dragonfly-uwg.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 5.8.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

saeranv commented 3 years ago

@chriswmackey thanks! I thought this fix might break some unit tests but I guess not...