Skip to content

Commit

Permalink
Merge pull request #354 from esheldon/prep118
Browse files Browse the repository at this point in the history
bumping version to 1.1.8, fix changelog
  • Loading branch information
esheldon authored Sep 26, 2022
2 parents aa57247 + c29a0f5 commit e2e7450
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version 1.1.7 (not yet released)
--------------------------------
version 1.1.8
-------------

Bug Fixes
- Bug in repr of FITS where it only worked the first time it was generated

version 1.1.7
-------------

Bug Fixes

Expand All @@ -9,7 +14,6 @@ Bug Fixes
- Bugs in the repr of headers where history keywords had extra spaces.
Also a bug with not upper casing things like 1.0E20 which is the
fits standard
- Bug in repr of FITS where it only worked the first type it was generated

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

__version__ = '1.1.7'
__version__ = '1.1.8'

from . import fitslib

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

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

0 comments on commit e2e7450

Please sign in to comment.