mperrin / webbpsf

James Webb Space Telescope PSF simulation tool - NOTE THIS VERSION OF REPO IS SUPERCEDED BY spacetelescope/webbpsf
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

updating astropy_helpers to v2.0.4 #194

Closed sosey closed 6 years ago

sosey commented 6 years ago

This installed and built the docs locally for me without issue (except for doc warnings that could be cleaned), give it a go.

mperrin commented 6 years ago

Super, thanks! Looks like it's working now in the Travis build so that's great.

Can you remind me of the proper git incantations to update a submodule to a specified tag? I need to do this for the poppy repo too. Thanks much @sosey

sosey commented 6 years ago

no worries. Git magics, using astropy_helpers as example:

cd astropy_helpers
git fetch
git checkout v2.0.4
cd ..
git add astropy_helpers
git commit -m "updating astropy_helpers to v2.0.4"

submit PR