Skip to content

Commit

Permalink
update CHANGES.md, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Aug 5, 2024
1 parent 46b7a57 commit c495672
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
version 1.2.5 (not yet released)
-------------

Bug Fixes

- Fig bug slicing tables that have TBIT columns

version 1.2.4
-------------

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.4'
__version__ = '1.2.5'

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.4",
version="1.2.5",
description=description,
long_description=long_description,
long_description_content_type='text/markdown; charset=UTF-8; variant=GFM',
Expand Down

0 comments on commit c495672

Please sign in to comment.