Skip to content

Commit

Permalink
Prep for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Aug 23, 2019
1 parent 8ed21b6 commit 0cf0e5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [0.1.3] - 2019.08.24

## Changed

- `read_castep_file`, `read_geom_file` and `read_cell_file` now accept any of a file handle, string or Path object.

## Fixed

- Fix bug with `write_input_files` when `param` argument is missing.

## [0.1.2] - 2019.06.02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion castep_parse/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit 0cf0e5c

Please sign in to comment.