Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Feb 13, 2023
1 parent 0151a89 commit 7aa10e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.5.0
files = setup.py wimprates/__init__.py
commit = True
tag = True
6 changes: 4 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ History

0.5.0 (2023-02-13)
------------------
* Change default v0 from 220 to 238 km/s to match [current conventions](https://arxiv.org/abs/2105.00599) (#14)
* If no time is provided, spectra are calculated at a reference time (#14).
* Change default v_0 and v_pec to match [current conventions](https://arxiv.org/abs/2105.00599) (#14)
* If no time is provided, spectra are now calculated at a reference time (#14)
* Fix bug where user-specified halo models would not override v_0 (#14)
* Fix tests for numpy 1.24 (#15)

0.4.1 (2022-09-01)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='wimprates',
version='0.4.1',
version='0.5.0',
description='Differential rates of WIMP-nucleus scattering',
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion wimprates/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4.1'
__version__ = '0.5.0'

from packaging import version
if version.parse(__version__) < version.parse('0.6.0'):
Expand Down

0 comments on commit 7aa10e3

Please sign in to comment.