Skip to content

Commit 54cbdb9

Browse files
committed
Release v0.5.5
1 parent be5a8db commit 54cbdb9

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.5] - 25/08/2022
11+
1012
### Added
1113

1214
- added support for choosing a specific member instead of the averaging over
@@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
276278

277279
- first release
278280

279-
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.5.4...HEAD
281+
[Unreleased]: https://github.com/N3PDF/pineappl/compare/v0.5.5...HEAD
282+
[0.5.5]: https://github.com/N3PDF/pineappl/compare/v0.5.4...v0.5.5
280283
[0.5.4]: https://github.com/N3PDF/pineappl/compare/v0.5.3...v0.5.4
281284
[0.5.3]: https://github.com/N3PDF/pineappl/compare/v0.5.2...v0.5.3
282285
[0.5.2]: https://github.com/N3PDF/pineappl/compare/v0.5.1...v0.5.2

pineappl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"

pineappl_capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_capi"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"
@@ -12,7 +12,7 @@ description = "C language interface to PineAPPL"
1212
rust-version = "1.56.1"
1313

1414
[dependencies]
15-
pineappl = { path = "../pineappl", version = "0.5.4" }
15+
pineappl = { path = "../pineappl", version = "0.5.5" }
1616
itertools = "0.10.1"
1717

1818
[features]

pineappl_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_cli"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = ["Christopher Schwan <handgranaten-herbert@posteo.de>"]
55
edition = "2021"
66
license = "GPL-3.0-or-later"
@@ -22,7 +22,7 @@ itertools = "0.10.1"
2222
lhapdf = "0.2.1"
2323
ndarray = "0.15.4"
2424
num_cpus = "1.13.0"
25-
pineappl = { path = "../pineappl", version = "0.5.4" }
25+
pineappl = { path = "../pineappl", version = "0.5.5" }
2626
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "0.1.0" }
2727
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "0.1.0" }
2828
prettytable-rs = { default-features = false, features = ["win_crlf"], version = "0.8.0" }

pineappl_py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pineappl_py"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
authors = [
55
"Christopher Schwan <handgranaten-herbert@posteo.de>",
66
"Alessandro Candido <candido.ale@gmail.com>",
@@ -26,5 +26,5 @@ crate-type = ["cdylib"]
2626
itertools = "0.9"
2727
ndarray = "0.15.3"
2828
numpy = "0.16.2"
29-
pineappl = { path = "../pineappl", version = "0.5.4" }
29+
pineappl = { path = "../pineappl", version = "0.5.5" }
3030
pyo3 = { features = ["extension-module"], version = "0.16.4" }

0 commit comments

Comments
 (0)