diff --git a/CHANGELOG.md b/CHANGELOG.md index e763787..3b9f69e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added + +### Fixed + +### Changed + +## [0.1.6] - 2017-07-17 +### Added - Added logo files to repo - Added `first_stage_ignition_delay`, `compressed_pressure`, and `compressed_temperature` as properties @@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - First minor release of PyKED, supporting autoignition experiments. - Basic API documentation is available via https://pr-omethe-us.github.io/PyKED/ -[Unreleased]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.5...HEAD +[Unreleased]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.6...HEAD +[0.1.6]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.2...v0.1.3 diff --git a/CITATION.md b/CITATION.md index 15e1b19..4b3b597 100644 --- a/CITATION.md +++ b/CITATION.md @@ -4,7 +4,7 @@ To cite PyKED in a scholarly article, please use -> K. E. Niemeyer and B. W. Weber. (2017) PyKED v0.1.5 [software]. Zenodo. https://doi.org/10.5281/zenodo.597935 +> K. E. Niemeyer and B. W. Weber. (2017) PyKED v0.1.6 [software]. Zenodo. https://doi.org/10.5281/zenodo.597935 A BibTeX entry for LaTeX users is @@ -12,7 +12,7 @@ A BibTeX entry for LaTeX users is @misc{PyKED, author = {Kyle E Niemeyer and Bryan W Weber}, year = 2017, - title = {PyKED v0.1.5}, + title = {PyKED v0.1.6}, doi = {10.5281/zenodo.597935}, url = {https://github.com/pr-omethe-us/PyKED}, } diff --git a/pyked/_version.py b/pyked/_version.py index efd79c8..553ce67 100644 --- a/pyked/_version.py +++ b/pyked/_version.py @@ -1,4 +1,4 @@ -__version_info__ = (0, 1, 5, '') +__version_info__ = (0, 1, 6, '') __version__ = '.'.join(map(str, __version_info__[:3])) if len(__version_info__) == 4: __version__ += __version_info__[-1] diff --git a/pyked/schemas/chemked_schema.yaml b/pyked/schemas/chemked_schema.yaml index aa26057..1a42060 100644 --- a/pyked/schemas/chemked_schema.yaml +++ b/pyked/schemas/chemked_schema.yaml @@ -83,6 +83,7 @@ chemked-version: # TODO: Implement proper version comparison - 0.1.3 - 0.1.4 - 0.1.5 + - 0.1.6 required: true type: string experiment-type: