Skip to content

Commit

Permalink
💎 Release 0.1.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Apr 13, 2017
1 parent 3579d32 commit db1bab0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions CITATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

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

```TeX
@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},
}
Expand Down
2 changes: 1 addition & 1 deletion pyked/_version.py
Original file line number Diff line number Diff line change
@@ -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]
1 change: 1 addition & 0 deletions pyked/chemked_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db1bab0

Please sign in to comment.