diff --git a/doc/release_notes.rst b/doc/changes.rst similarity index 99% rename from doc/release_notes.rst rename to doc/changes.rst index 20f9223..5ec5344 100644 --- a/doc/release_notes.rst +++ b/doc/changes.rst @@ -2,7 +2,12 @@ desimodel Release Notes ======================= -0.9.4 (unreleased) +0.9.5 (unreleased) +------------------ + +* No changes yet. + +0.9.4 (2018-03-29) ------------------ * Download script will create :envvar:`INSTALL_DIR` if it doesn't exist (PR `#80`_). diff --git a/doc/index.rst b/doc/index.rst index 262d3e6..85bf5f9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -13,7 +13,7 @@ Contents .. toctree:: :maxdepth: 1 - release_notes.rst + changes.rst update_inputs.rst testing.rst fiberpos.rst diff --git a/py/desimodel/_version.py b/py/desimodel/_version.py index 57046cb..4033697 100644 --- a/py/desimodel/_version.py +++ b/py/desimodel/_version.py @@ -1 +1 @@ -__version__ = '0.9.3.dev361' +__version__ = '0.9.4'