diff --git a/docs/index.rst b/docs/index.rst index 358b62e..225040d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,7 @@ Essentially Non-oscillatory (WENO) approximations over unstructured **News** +* October 17 2010: `PyWENO 0.5.7`_ released (see :doc:`what's new `). * February 22 2010: `PyWENO 0.5.0`_ released (see :doc:`what's new `). * January 29 2010: `PyWENO 0.4.0`_ released (see :doc:`what's new `). * January 29 2010: PyWENO now uses `semantic versioning`_. @@ -104,5 +105,6 @@ please see the `PyWENO project page`_. .. _`semantic versioning`: http://semver.org/ .. _`PyBLAW`: http://memmett.github.com/PyBLAW .. _`Python Balance LAW`: http://memmett.github.com/PyBLAW -.. _`PyWENO 0.4.0`: http://cloud.github.com/downloads/memmett/PyWENO/PyWENO-0.4.0.tar.gz -.. _`PyWENO 0.5.0`: http://cloud.github.com/downloads/memmett/PyWENO/PyWENO-0.5.0.tar.gz +.. _`PyWENO 0.4.0`: http://github.com/memmett/PyWENO/downloads +.. _`PyWENO 0.5.0`: http://github.com/memmett/PyWENO/downloads +.. _`PyWENO 0.5.7`: http://github.com/memmett/PyWENO/downloads diff --git a/docs/whatsnew.rst b/docs/whatsnew.rst index 64cb723..d2a2210 100644 --- a/docs/whatsnew.rst +++ b/docs/whatsnew.rst @@ -1,6 +1,10 @@ What's new in PyWENO ==================== +**New in v0.5.7:** + +* periodic domain reconstruction + **New in v0.5.0:** * partial domain support for smoothness and reconstruction routines diff --git a/version.py b/version.py index 3ef7de3..1382395 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -version = '0.5.1.dev' +version = '0.5.7'