From db1bab069f3e13bcbcd8d1556d7a0c1047278e03 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Thu, 13 Apr 2017 18:52:26 -0400 Subject: [PATCH] :gem: Release 0.1.3! --- CHANGELOG.md | 10 +++++++--- CITATION.md | 4 ++-- pyked/_version.py | 2 +- pyked/chemked_schema.yaml | 1 + 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd5d1c..43f3476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added -- Add back Python 2.7 support -- Add Appveyor builds for Windows conda packages ### Fixed ### Changed +## [0.1.3] - 2017-04-13 +### Added +- Add back Python 2.7 support +- Add Appveyor builds for Windows conda packages + ## [0.1.2] - 2017-04-13 ### Added - Tests of the composition uncertainty in the DataPoint @@ -36,7 +39,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.2...HEAD +[Unreleased]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/pr-omethe-us/PyKED/compare/75ecf67766a0be2a80e2377391fd9eca420f152c...v0.1.0 diff --git a/CITATION.md b/CITATION.md index b4d839b..52f7b49 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.2 [software]. Zenodo. https://doi.org/10.5281/zenodo.###### +> K. E. Niemeyer and B. W. Weber. (2017) PyKED v0.1.3 [software]. Zenodo. https://doi.org/10.5281/zenodo.###### 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.2}, + title = {PyKED v0.1.3}, doi = {10.5281/zenodo.######}, url = {https://github.com/pr-omethe-us/PyKED}, } diff --git a/pyked/_version.py b/pyked/_version.py index 42cb32f..537c47d 100644 --- a/pyked/_version.py +++ b/pyked/_version.py @@ -1,4 +1,4 @@ -__version_info__ = (0, 1, 3, 'a3') +__version_info__ = (0, 1, 3, '') __version__ = '.'.join(map(str, __version_info__[:3])) if len(__version_info__) == 4: __version__ += __version_info__[-1] diff --git a/pyked/chemked_schema.yaml b/pyked/chemked_schema.yaml index 3e295b6..b5dc5b4 100644 --- a/pyked/chemked_schema.yaml +++ b/pyked/chemked_schema.yaml @@ -295,6 +295,7 @@ chemked-version: # TODO: Implement proper version comparison - 0.1.0 - 0.1.1 - 0.1.2 + - 0.1.3 required: true type: string experiment-type: