Skip to content

Commit

Permalink
version up to 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Apr 5, 2019
1 parent abd767b commit 430f2a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Changelog
=========

0.2.0 (unreleased)
==================
1.0.0 Mercedes Mollá Release - (2019-04-05)
===========================================

New nucleosynthesis method
--------------------------
Expand Down Expand Up @@ -38,6 +38,7 @@ Bug fixes

- Fixed out-of-limits error ocurring when interpolating to 100 stellar masses
- Fixed over-adding supernova rates to Q matrix in each integration step
- Fixed matrix size when mass was invalid


0.1.0 Beatrice Tinsley Release - (2019-03-21)
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/xuanxu/intergalactic/blob/master/LICENSE
:alt: MIT License
.. |status| image:: https://img.shields.io/badge/status-beta-yellowgreen.svg
:alt: Project status: beta
.. |version| image:: https://img.shields.io/pypi/v/intergalactic.svg?color=brightgreen
:target: https://pypi.org/project/intergalactic/
:alt: Intergalactic in PyPi


=============
Intergalactic
=============

|travis-badge| |license| |status|
|travis-badge| |license| |version|

Intergalactic is a Q-Matrix generator.

Expand Down
2 changes: 1 addition & 1 deletion src/intergalactic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

__version__ = "0.1.0"
__version__ = "1.0.0"

0 comments on commit 430f2a1

Please sign in to comment.