Skip to content

Commit

Permalink
update changelog & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Nov 8, 2023
1 parent 409a82b commit cb032c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/ma5
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ sys.path.insert(0, servicedir)

# Release version
# Do not touch it !!!!!
version = "1.10.12"
date = "2023/09/13"
version = "1.10.13"
date = "2023/11/08"

# Loading the MadAnalysis session
import madanalysis.core.launcher
Expand Down
4 changes: 4 additions & 0 deletions doc/releases/changelog-v1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
* Update of the version of Delphes/DelphesMa5tune + compatibility with M1 chips and Mac OS 13.0.
([#173](https://github.com/orgs/MadAnalysis/discussions/173))

* Covariance matrix implementation has been fixed for HL extrapolations
(see issue [#223](https://github.com/MadAnalysis/madanalysis5/issues/223)).
([#225](https://github.com/MadAnalysis/madanalysis5/pull/225))

## Contributors

This release contains contributions from (in alphabetical order):
Expand Down
4 changes: 2 additions & 2 deletions tools/SampleAnalyzer/Commons/Base/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ using namespace MA5;
// Initializing static data members
// -----------------------------------------------------------------------------
// DO NOT TOUCH THESE LINES
const std::string Configuration::sampleanalyzer_version_ = "1.10.12";
const std::string Configuration::sampleanalyzer_date_ = "2023/09/13";
const std::string Configuration::sampleanalyzer_version_ = "1.10.13";
const std::string Configuration::sampleanalyzer_date_ = "2023/11/08";
// DO NOT TOUCH THESE LINES

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit cb032c6

Please sign in to comment.