Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Mar 6, 2020
1 parent bf43516 commit d580462
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.1.1

Bug Fixes

- Fix bug in drvrnet.c in printf statement, causing compile
issues on some systems.

version 1.1.0
---------------------------------

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

__version__ = '1.1.0'
__version__ = '1.1.1'

from . import fitslib # noqa

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

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

0 comments on commit d580462

Please sign in to comment.