From e02f1789624174909dcabc87129614a42809bcac Mon Sep 17 00:00:00 2001 From: Jelle Aalbers Date: Sat, 23 Mar 2019 15:49:42 +0100 Subject: [PATCH] Update history, bumpversion.cfg --- .bumpversion.cfg | 5 +++++ .travis.yml | 11 ++++++++--- HISTORY.rst | 9 +++++++++ README.md | 1 + 4 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .bumpversion.cfg diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..8af03b1 --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,5 @@ +[bumpversion] +current_version = 0.2.0 +files = setup.py wimprates/__init__.py +commit = True +tag = True \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 4edbf0b..3335701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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= diff --git a/HISTORY.rst b/HISTORY.rst index 9a5e09d..141dbdb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ---------------- diff --git a/README.md b/README.md index dca180c..d77ccf6 100644 --- a/README.md +++ b/README.md @@ -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)