Skip to content

Commit

Permalink
💎 bumped to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Aug 31, 2017
1 parent 7c9eadc commit 535e74e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

### Fixed
- Fixes Cantera convenience output functions

### Changed

## [0.2.1] - 2017-08-31
### Fixed
- Fixes Cantera convenience output functions

## [0.2.0] - 2017-08-10
### Added
- Adds ChemKED method to write new file, with tests
Expand Down Expand Up @@ -77,7 +80,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.2.0...HEAD
[Unreleased]: https://github.com/pr-omethe-us/PyKED/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/pr-omethe-us/PyKED/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/pr-omethe-us/PyKED/compare/v0.1.6...v0.2.0
[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
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, 2, 0, 'a2')
__version_info__ = (0, 2, 1, '')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]
2 changes: 1 addition & 1 deletion pyked/schemas/chemked_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ chemked-version: # TODO: Implement proper version comparison
- 0.1.5
- 0.1.6
- 0.2.0
- 0.2.0a2
- 0.2.1
required: true
type: string
experiment-type:
Expand Down

0 comments on commit 535e74e

Please sign in to comment.