Skip to content

Commit

Permalink
Upversion to 1.6.0 and update HISTORY.md (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph authored Jun 24, 2020
1 parent 3529e9f commit 2f1653c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# History

## 1.5.2 (2020-06-24)
- Patch release.
## 1.6.0 (2020-06-24)
- Add environment variable `GSFPY_LIBGSF_PATH` to enable swapping out libgsf at runtime

## 1.5.1 (2020-06-16)
- First automated release on PyPI.
Expand Down
2 changes: 1 addition & 1 deletion gsfpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = """UK Hydrographic Office"""
__email__ = "[email protected]"
__version__ = "1.5.2"
__version__ = "1.6.0"

from ctypes import byref, c_int
from os import fsencode
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gsfpy"
version = "1.5.2"
version = "1.6.0"
authors = [
"UK Hydrographic Office <[email protected]>"
]
Expand Down

0 comments on commit 2f1653c

Please sign in to comment.