Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Apr 18, 2017
1 parent 61c2b1b commit e95b957
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
ChangeLog
=========

Version 1.2.5
-------------

This is a bugfix release with two fixes:

* Ensured that metallicity fields in the :class:`~pyxsim.source_models.ThermalSourceModel`
are properly scaled to the Anders & Grevasse (1989) solar metallicity since this is
what APEC assumes.
* Support for octree mesh datasets (such as RAMSES) has now been added.

Version 1.2.4
-------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
# built documents.
#
# The short X.Y version.
version = '1.2.4'
version = '1.2.5'
# The full version, including alpha/beta/rc tags.
release = '1.2.4'
release = '1.2.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pyXSIM is released under a `BSD 3-clause license <https://opensource.org/license
Current Version
---------------

The current stable version is 1.2.4. See the :ref:`changelog` for details on changes from previous
The current stable version is 1.2.5. See the :ref:`changelog` for details on changes from previous
versions.

Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion pyxsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.4"
__version__ = "1.2.5"

from pyxsim.source_models import \
SourceModel, \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(name='pyxsim',
packages=['pyxsim'],
version='1.2.4',
version='1.2.5',
description='Python package for simulating X-ray observations of astrophysical sources',
author='John ZuHone',
author_email='[email protected]',
Expand Down

0 comments on commit e95b957

Please sign in to comment.