Skip to content

Commit

Permalink
Merge pull request #524 from debrief/for_release
Browse files Browse the repository at this point in the history
For release
  • Loading branch information
IanMayo authored Jul 3, 2020
2 parents 615254c + 9fcd413 commit 6c31a6b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

0.0.19 (2020-07-03)
-------------------

* Hotfix for trailing field in Nisida file
* Improve robustness of Import CSV
* Support CSV load of GeometrySubTypes
* Show path for archive folder location at end of import

0.0.18 (2020-07-01)
-------------------

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

__author__ = "Ian Mayo"
__email__ = "[email protected]"
__version__ = "0.0.18"
__version__ = "0.0.19"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.18
current_version = 0.0.19
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/debrief/pepys-import",
version="0.0.18",
version="0.0.19",
zip_safe=False,
)

0 comments on commit 6c31a6b

Please sign in to comment.