respec / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
43 stars 17 forks source link

Merge `develop` into `master` for v0.9.1 release #50

Closed TongZhai closed 3 years ago

TongZhai commented 3 years ago

Water quality and regression testing

aufdenkampe commented 3 years ago

@PaulDudaRESPEC, thanks for reviewing and merging our PR #52!

I just realized that with that PR, __version__ = '0.9.1' as set in HSP2/__init__.py.

This is OK, but I wanted you to know that after merging with master that we should tag the next release as 0.9.1.

I had set that version number in our develop_readWDM branch a while ago to help me with comparing outputs with your develop. I think it's good to preserve that distinction in our git history.

PaulDudaRESPEC commented 3 years ago

Good! I plan to do a little more testing and then start drafting a new release.