Skip to content

Commit

Permalink
💎 Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Mar 9, 2018
1 parent e231d64 commit a4dde55
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

### Changed

### Fixed

## [0.4.1] - 2018-03-09
### Added
- Documentation for old versions is available on the Releases page of the docs

### Changed
Expand Down Expand Up @@ -130,6 +137,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Basic API documentation is available via https://pr-omethe-us.github.io/PyKED/

[Unreleased]: https://github.com/pr-omethe-us/PyKED/compare/v0.4.0...HEAD
[0.4.1]: https://github.com/pr-omethe-us/PyKED/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/pr-omethe-us/PyKED/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/pr-omethe-us/PyKED/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/pr-omethe-us/PyKED/compare/v0.2.0...v0.2.1
Expand Down
5 changes: 3 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. (2018) PyKED v0.4.0 [software]. Zenodo. https://doi.org/10.5281/zenodo.597935
> K. E. Niemeyer and B. W. Weber. (2018) PyKED v0.4.1 [software]. Zenodo. https://doi.org/10.5281/zenodo.597935
A BibTeX entry for LaTeX users is

```TeX
@misc{PyKED,
author = {Kyle E Niemeyer and Bryan W Weber},
year = 2017,
title = {PyKED v0.4.0},
title = {PyKED v0.4.1},
doi = {10.5281/zenodo.597935},
url = {https://github.com/pr-omethe-us/PyKED},
}
Expand All @@ -23,6 +23,7 @@ given in the badge at the top, or alternately <https://doi.org/10.5281/zenodo.59
take you to the latest version (and generally represents all versions).
If you would like to cite a specific, older version, the DOIs for each release are:

* v0.4.0: [10.5281/zenodo.1193936](https://doi.org/10.5281/zenodo.1193936)
* v0.3.0: [10.5281/zenodo.1006722](https://doi.org/10.5281/zenodo.1006722)
* v0.2.1: [10.5281/zenodo.858441](https://doi.org/10.5281/zenodo.858441)
* v0.2.0: [10.5281/zenodo.841303](https://doi.org/10.5281/zenodo.841303)
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, 4, 1, 'a1')
__version_info__ = (0, 4, 1)
__version__ = '.'.join(map(str, __version_info__[:3]))
if len(__version_info__) == 4:
__version__ += __version_info__[-1]
1 change: 1 addition & 0 deletions pyked/schemas/chemked_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ chemked-version: # TODO: Implement proper version comparison
- 0.2.1
- 0.3.0
- 0.4.0
- 0.4.1
required: true
type: string
experiment-type:
Expand Down

0 comments on commit a4dde55

Please sign in to comment.