-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add entry to HISTORY.md for version 1.5.1 (#86)
* Add entry to HISTORY.md for version 1.5.1 * Bump version to 1.5.1 in pyproject.toml * Move publish to PyPI to last step of publish workflow
- Loading branch information
Joseph
authored
Jun 16, 2020
1 parent
279d172
commit 03fee4c
Showing
4 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# History | ||
|
||
## 1.5.1 (2020-06-16) | ||
- First automated release on PyPI. | ||
|
||
## 1.5.0 (2020-06-15) | ||
- First release on PyPI. | ||
- First manual release on PyPI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
__author__ = """UK Hydrographic Office""" | ||
__email__ = "[email protected]" | ||
__version__ = "1.5.0" | ||
__version__ = "1.5.1" | ||
|
||
from ctypes import byref, c_int | ||
from os import fsencode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "gsfpy" | ||
version = "1.5.0" | ||
version = "1.5.1" | ||
authors = [ | ||
"UK Hydrographic Office <[email protected]>" | ||
] | ||
|