Skip to content

Commit

Permalink
bump version: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peloton committed Jul 25, 2017
1 parent 483c634 commit 256a4dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
=============
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===============
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 256a4dc

Please sign in to comment.