Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Aug 20, 2020
1 parent d01c324 commit a3995b0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 20/08/2020

### Added

- added the options `--absolute`, `--orders`, and `--lumis` to the subcommand
Expand Down Expand Up @@ -60,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- first release

[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/N3PDF/pineappl/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/N3PDF/pineappl/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/N3PDF/pineappl/compare/v0.0.0...v0.1.0
2 changes: 1 addition & 1 deletion pineappl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl"
version = "0.2.0"
version = "0.3.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions pineappl_capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_capi"
version = "0.2.0"
version = "0.3.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -14,4 +14,4 @@ description = "C language interface to PineAPPL"
crate-type = ["cdylib"]

[dependencies]
pineappl = { path = "../pineappl", version = "0.2.0" }
pineappl = { path = "../pineappl", version = "0.3.0" }
4 changes: 2 additions & 2 deletions pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pineappl_cli"
version = "0.2.0"
version = "0.3.0"
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -15,7 +15,7 @@ clap = { default-features = false, features = ["suggestions"], version = "~2.33.
itertools = "0.9"
lhapdf = "0.1.6"
num_cpus = "1.0"
pineappl = { path = "../pineappl", version = "0.2" }
pineappl = { path = "../pineappl", version = "0.3" }
prettytable-rs = "^0.8"
rayon = "1.3"

Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/src/pineappl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""PineAPPL python wrapper"""

__version__ = "0.2.0"
__version__ = "0.3.0"

from pineappl.interface import lumi, grid

0 comments on commit a3995b0

Please sign in to comment.