diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a735a1e..a4044f7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,12 @@ v0.x.x ============= * Current version. + +v0.5.0 +============= * Include flat sky projection for the output maps. +* Include white noise simulator (time-domain noise). +* Include Dockerfile. v0.4.0 ============= diff --git a/README.rst b/README.rst index 7be9b7e..0011554 100644 --- a/README.rst +++ b/README.rst @@ -196,7 +196,7 @@ Et voilĂ ! You can find this complete example in examples/so_crosstalk_app.py. TODO =============== -* Add the dockerfile. +* Add WHWP demodulation module Main developers =============== diff --git a/setup.py b/setup.py index 88e5d47..857ecc8 100644 --- a/setup.py +++ b/setup.py @@ -60,9 +60,9 @@ def configuration(parent_package='', top_path=None): setup( configuration=configuration, - version='0.4.0', + version='0.5.0', url='https://github.com/JulienPeloton/s4cmb', - download_url='https://github.com/JulienPeloton/s4cmb/archive/0.4.0.tar.gz', + download_url='https://github.com/JulienPeloton/s4cmb/archive/0.5.0.tar.gz', license='GPL-3.0', author='Julien Peloton', author_email='j.peloton@sussex.ac.uk',