Skip to content

Commit

Permalink
prepare v1.9.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Nov 25, 2022
1 parent 3f3f0ff commit 024704e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(CTest)
set(OSTAP_VERSION_MAJOR 1)
set(OSTAP_VERSION_MINOR 9)
set(OSTAP_VERSION_PATCH 4)
set(OSTAP_VERSION_TWEAK 5)
set(OSTAP_VERSION_TWEAK 6)

set(OSTAP_VERSION ${OSTAP_VERSION_MAJOR}.${OSTAP_VERSION_MINOR}.${OSTAP_VERSION_PATCH}.${OSTAP_VERSION_TWEAK})

Expand Down
3 changes: 2 additions & 1 deletion ReleaseNotes/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.9.4.6

## New features:

1. simplify a bit `PDF.load_params` method
Expand All @@ -8,7 +10,6 @@
## Bug fixes:
1. fix incorrect tag costurction for `Ostap::Math::BW` function (it affects integration cacheing)


# v1.9.4.4

## New features:
Expand Down
11 changes: 11 additions & 0 deletions ReleaseNotes/v1.9.4.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# v1.9.4.6

## New features:

1. simplify a bit `PDF.load_params` method
1. modernize all hashing (affects integration cacheing)

## Backward incompatible:

## Bug fixes:
1. fix incorrect tag costurction for `Ostap::Math::BW` function (it affects integration cacheing)

0 comments on commit 024704e

Please sign in to comment.