Skip to content

Commit

Permalink
Update history, bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Mar 23, 2019
1 parent 32d4ef5 commit e02f178
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[bumpversion]
current_version = 0.2.0
files = setup.py wimprates/__init__.py
commit = True
tag = True
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: python
dist: xenial
python:
- "3.7"
- '3.7'
install:
- pip install -r requirements.txt
- pip install -r requirements.txt
script:
- python setup.py test
- python setup.py test
deploy:
provider: pypi
user: "jelleaalbers"
password:
secure: Un7Xajh0mIc/gKZ8j6SYO5Dq3zG1rcxiuD77fbJdoDyxZFzSYhBBoEnJGhgKGOIwaZkq1MXvYNZ8bSwVpENYBbASW/sL+UIF2Z+r05teCdF39OZY5ZRqCNkrEDlpGTZC7ZhM3C7u/ZSLp2+G7S/s0xQKVruEcLLIwRuMvAGv7NstinBGQiDHLjx5i8YayVBmgYveeZ32LLxoh2D4Za3vYShrahUfC+pp46lXByGckd7lJZieTF2AllUsPipKvA19Z4Nr24WSbyVzavOB6pw9RwV9staMsDjSVB3RkZaZ6MVbnjQrCwi7b8wAMycjA1WahRf3W7jtCsQiazJBk9gCTLj/3RW9qGqnYmlF+eED/XjYuj1wgZ6S5mBT2/AahWxSQCJaF7ZZetz9JADbnnBds6F3K/94BXSCZIlSJqVNQMfu3qM2M/vIIDZzBDZtwNga9l2mTtJczUYCuCqbntxzZKlYm3vlDWjXvrd95JJ4m4qDSYhWxUP0ocngsJhPEJEB7HWaN/ZFm5gcYI8pNNKaSLHviL8LtbPYXbRsjpzr4SeV2bWWe3UiwJwQCbgPq3K7Abvm+49fQfKy0MywN+0h0IJShGxKiysd9MfV227bkPr7JfOWdKk1z1NxpOrsERnOjh5u2VpJrXnIcyzusb4oQAc2ZXOVa6zj2UQmL34Phgw=
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
History
-------

------------------
0.2.0 (2019-03-23)
------------------
* Annual modulation (#2)
* Migdal effect
* Configurable mediator mass
* Resistance to numericalunits.reset_units()
* Restructure as python package

----------------
0.1 (2018-01-17)
----------------
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Differential rates of WIMP-nucleus scattering in the standard halo model, for li

Installation and usage
----------------------

- Clone the repository and `cd` into its directory
- `pip install -e .`
- [See this basic example for usage.](https://github.com/JelleAalbers/wimprates/blob/master/notebooks/Example.ipynb)
Expand Down

0 comments on commit e02f178

Please sign in to comment.