diff --git a/doc/changes.rst b/doc/changes.rst index fef015bd..14bb8a0b 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,7 +2,12 @@ desisurvey change log ===================== -0.10.1 (unreleased) +0.10.2 (unreleased) +------------------- + +* No changes yet. + +0.10.1 (2017-12-20) ------------------- * Set the ``EXTNAME`` keyword on the Table returned by ``Progress.get_exposures()``. diff --git a/py/desisurvey/_version.py b/py/desisurvey/_version.py index 09c6d5f8..e754a834 100644 --- a/py/desisurvey/_version.py +++ b/py/desisurvey/_version.py @@ -1 +1 @@ -__version__ = '0.10.0.dev632' +__version__ = '0.10.1'