Skip to content

Commit

Permalink
Ginga release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeschke committed Dec 20, 2022
1 parent 7d1fcac commit f130b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/WhatsNew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
What's New
++++++++++

Ver 4.0.0 (unreleased)
Ver 4.0.0 (2022-12-20)
======================
- fixed getattr functionality in Bunch
- removed the "mock" backend; use "pil" backend for similar purposes
Expand Down
2 changes: 1 addition & 1 deletion ginga/util/io/io_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class AstropyFitsFileHandler(BaseFitsFileHandler):
"""For loading FITS (Flexible Image Transport System) data files.
"""

name = 'astropy.fits'
name = 'astropy.io.fits'
mimetypes = ['image/fits', 'image/x-fits']

@classmethod
Expand Down

0 comments on commit f130b34

Please sign in to comment.