Skip to content
Snippets Groups Projects
Commit 812c606f authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Version 0.1.3 release

parent f05ab52c
No related branches found
Tags 0.1.3
No related merge requests found
......@@ -97,3 +97,17 @@ pages:
only:
- master
deploy_release:
stage: deploy
image: bilbydev/bilby_pipe-test-suite-python37
variables:
TWINE_USERNAME: $PYPI_USERNAME
TWINE_PASSWORD: $PYPI_PASSWORD
before_script:
- pip install twine
- python setup.py sdist
script:
- twine upload dist/
only:
- tags
# All notable changes will be documented in this file
## v0.1.3 : 2020-02-13
- Add documentation
- Add initialization of live points for constrained priors
- Add injection parameters to stored meta data
- Add a basic CI with pre commit
## v0.1.2 : 2020-01-30
- Updates bilby dependencies and improves sampler proposoal behavior
......
......@@ -69,7 +69,7 @@ def get_long_description():
return long_description
VERSION = "0.1.2"
VERSION = "0.1.3"
version_file = write_version_file(VERSION)
long_description = get_long_description()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment