Skip to content

Commit

Permalink
Merge pull request #395 from esheldon/changes-1.2.2
Browse files Browse the repository at this point in the history
change log, bump vers to 1.2.2
  • Loading branch information
esheldon authored Jun 10, 2024
2 parents 7ecda4b + cc5cd78 commit bf983bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
version 1.2.1 (not yet released)
version 1.2.2
-------------

Changes

- Updates for numpy version 2 (Eli Rykoff, ESS)
- setup.py: rename env variable BZIP2 to FITSIO_BZIP2_DIR (Maximillian Bensch)
- Add support for LoongArch (liuxiang)

version 1.2.1
-------------

Changes
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.1'
__version__ = '1.2.2'

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

0 comments on commit bf983bb

Please sign in to comment.