Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
astroJeff committed Mar 14, 2018
1 parent 7f870a6 commit 71405a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. :changelog:
1.1.0 (2018-03-14)
------------------

- pyBSE now outputs a numpy array that includes T_eff, radius, and luminosity.


1.0.1 (2018-03-08)
------------------

- Initial Release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='dart_board',
version='1.0.0',
version='1.1.0',
description='Binary Population Synthesis with MCMC',
url='http://github.com/astroJeff/dart_board',
author='Jeff J. Andrews',
Expand Down

0 comments on commit 71405a8

Please sign in to comment.