Skip to content

Commit

Permalink
bump version to 1.1.5 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Sep 10, 2021
1 parent 3b5363a commit f2a1213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 1.1.5 (not yet released)
version 1.1.5
---------------------------------

Bug Fixes
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.1.4'
__version__ = '1.1.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 @@ -271,7 +271,7 @@ def check_system_cfitsio_objects(self, obj_name):

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

0 comments on commit f2a1213

Please sign in to comment.