Skip to content

Commit

Permalink
💎 bump version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Sep 2, 2017
1 parent 5ff69e9 commit 3261bef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

### Fixed

### Changed


## [0.2.2] - 2017-09-02
### Added
- Adds DOI badge to README and CITATION
- Adds AppVeyor build status badge to README
- Adds restart option to skip existing results files.
Expand Down Expand Up @@ -39,7 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- First published version of PyTeCK.
- Supports validation using both shock tube and RCM experimental data in ChemKED format, but RCM not fully functional.

[Unreleased]: https://github.com/kyleniemeyer/PyTeCK/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/kyleniemeyer/PyTeCK/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/kyleniemeyer/PyTeCK/compare/v0.2.1...0.2.2
[0.2.1]: https://github.com/kyleniemeyer/PyTeCK/compare/v0.2.0...0.2.1
[0.2.0]: https://github.com/kyleniemeyer/PyTeCK/compare/v0.1...0.2.0
[0.1.0]: https://github.com/kyleniemeyer/PyTeCK/compare/e99f757b7ea644065a0ee65ce86dbfb8f404be60...v0.1
2 changes: 1 addition & 1 deletion pyteck/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (0, 2, 2, 'a6')
__version_info__ = (0, 2, 2, '')
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit 3261bef

Please sign in to comment.