Skip to content

Commit

Permalink
change log
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Nov 7, 2023
1 parent 36b2f97 commit e508f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changes
errors in a FITS file. Currently this only raises when extensions
are not properly marked with XTENSION but we can expand this over time

Bug Fixes

- Bug not writing compression qlevel when it is set to None/0.0
This was preventing lossless gzip compression

version 1.2.0
--------------
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.2.0'
__version__ = '1.2.1'

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 @@ -318,7 +318,7 @@ def check_system_cfitsio_objects(self, obj_name):

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

0 comments on commit e508f94

Please sign in to comment.