Skip to content

Commit a0b7c2d

Browse files
authored
Merge pull request #367 from kdere/master
bumping version to 0.13.1
2 parents 47c563e + a093863 commit a0b7c2d

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

ChiantiPy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
22
the current version of the ChiantiPy package
33
'''
4-
__version_info__ = ('0','13', '0')
4+
__version_info__ = ('0','13', '1')
55
__version__ = '.'.join(__version_info__)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ChiantiPy - Version 0.13.0
1+
# ChiantiPy - Version 0.13.1
22
[![Documentation Status](http://readthedocs.org/projects/chiantipy/badge/?version=latest)](http://chiantipy.readthedocs.io/en/latest/?badge=latest)
33
[![Coverage Status](https://coveralls.io/repos/github/chianti-atomic/ChiantiPy/badge.svg?branch=master)](https://coveralls.io/github/chianti-atomic/ChiantiPy?branch=master)
44
[![ascl:1308.017](https://img.shields.io/badge/ascl-1308.017-blue.svg?colorB=262255)](http://ascl.net/1308.017)

docs/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33
===========
44

55

6+
Changes from 0.13.0 to 0.13.1
7+
=============================
8+
9+
This is primarily a bug fix release to correct a bug in ionGate that was not taken care of in the 0.13.0 release
10+
11+
612
Changes from 0.12.0 to 0.13.0
713
=============================
814

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '0.13.0'
70+
version = '0.13.1'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '0.13.0'
72+
release = '0.13.1'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ChiantiPy Documentation
88

99
Welcome to the ChiantiPy documentation. ChiantiPy is a pure Python package for performing calculations of astrophysical spectra using the `CHIANTI atomic database <http://www.chiantidatabase.org/>`_.
1010

11-
The latest version of ChiantiPy is 0.13.0 and is compatible with CHIANTI database version 10.0.X. It is not compatible with previous versions
11+
The latest version of ChiantiPy is 0.13.1 and is compatible with CHIANTI database version 10.0.X. It is not compatible with previous versions
1212

13-
ChiantiPy v0.13.0 is released under the OSI approved ISC license. From `Wikipedia <https://en.wikipedia.org/w/index.php?title=ISC_license&oldid=664696993>`_: The ISC license is a permissive free software license written by the Internet Software Consortium (ISC). It is functionally equivalent to the simplified BSD and MIT/Expat licenses, ...
13+
ChiantiPy v0.13.1 is released under the OSI approved ISC license. From `Wikipedia <https://en.wikipedia.org/w/index.php?title=ISC_license&oldid=664696993>`_: The ISC license is a permissive free software license written by the Internet Software Consortium (ISC). It is functionally equivalent to the simplified BSD and MIT/Expat licenses, ...
1414

1515
`CHIANTI <http://www.chiantidatabase.org/>`_ consists of a database of atomic data that can be used to interpret spectral lines and continua emitted from high-temperature, optically-thin astrophysical sources.
1616

docs/source/quick_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ produces and initial plot of the selected lines, a selection widget and finally
401401

402402
there seems to be a significant temperature dependence to the ratio, even though both are formed near 4.e+5 K.
403403

404-
with version 0.13.0 it is possible to save multi-ion calculations as a pickle file
404+
with version 0.13.0 it is possible to save multi-ion calculations as a pickle file with the saveData method
405405

406406
::
407407

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description = 'a Python interface to the CHIANTI atomic database for astrophysical spectroscopy',
1111
long_description = long_description,
1212
# long_description_content_type = text/rst,
13-
version = '0.13.0',
13+
version = '0.13.1',
1414
author = 'Ken Dere',
1515
author_email = '[email protected]',
1616
url = 'https://github.com/chianti-atomic/ChiantiPy',

0 commit comments

Comments
 (0)