diff --git a/docs/index.rst b/docs/index.rst index c1f01d1..0bfac0d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,7 +58,7 @@ for a future release): * From standalone release:: - pip install git+https://github.com/spacetelescope/stsynphot_refactor.git@0.1b2 + pip install git+https://github.com/spacetelescope/stsynphot_refactor.git@0.1b3 * From source (example shown is for the ``dev`` version):: diff --git a/setup.cfg b/setup.cfg index 4b782fa..cc5a47e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,13 +10,14 @@ show-response = 1 [tool:pytest] minversion = 3.0 norecursedirs = build docs/_build stsynphot/data +addopts = -p no:warnings [ah_bootstrap] auto_use = True [metadata] package_name = stsynphot -version = 0.1.dev0 +version = 0.1b3 description = Synthetic photometry for HST/JWST long_description = Synthetic photometry utilities for HST/JWST author = STScI