Skip to content

Commit

Permalink
Merge pull request #237 from esheldon/vbump1.0.3
Browse files Browse the repository at this point in the history
version bump to 1.0.3
  • Loading branch information
esheldon authored Apr 30, 2019
2 parents 5354c55 + 8af276e commit 03d40e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
version 1.0.3
---------------------------------

This is a bug fix release

Bug Fixes

- The new header reading code did not deal properly with some
HIERARCH non-standard header key values.

version 1.0.2
---------------------------------

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

__version__ = '1.0.2'
__version__ = '1.0.3'

from . import fitslib # noqa

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def check_system_cfitsio_objects(self, obj_name):

setup(
name="fitsio",
version="1.0.2",
version="1.0.3",
description=description,
long_description=long_description,
long_description_content_type='text/markdown; charset=UTF-8; variant=GFM',
Expand Down

0 comments on commit 03d40e5

Please sign in to comment.