Skip to content

Commit ab6eacc

Browse files
committed
Minor version up
1 parent 5eae45f commit ab6eacc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Changelog
55
=========
66

7+
1.7.1 (2021-07-01)
8+
==================
9+
- Fix error when running default config file
10+
- Improve documentation
11+
712
1.7.0 (2021-12-07)
813
==================
914
- Added Kroupa 2001 IMF

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyyaml>=5.4.1
22
numpy>=1.20
3-
scipy>=1.5
3+
scipy>=1.7

src/starmatrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
Modelling nucleosynthesis of galactic chemical elements
66
77
"""
8-
__version__ = "1.7.0"
8+
__version__ = "1.7.1"

0 commit comments

Comments
 (0)