Skip to content

Commit 5f052dd

Browse files
committed
Bumping version to 1.2.0
1 parent 027730d commit 5f052dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if( DEFINED PROJECT_NAME )
1010
endif()
1111

1212
project( ENDFtk
13-
VERSION 1.1.1
13+
VERSION 1.2.0
1414
LANGUAGES CXX
1515
)
1616

ReleaseNotes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Notes—ENDFtk
22
Given here are some release notes for ENDFtk.
33

4-
## [ENDFtk v1.1.1](https://github.com/njoy/ENDFtk/pull/xxx)
4+
## [ENDFtk v1.2.0](https://github.com/njoy/ENDFtk/pull/xxx)
55
This update makes the following changes on interface functions:
66
- The regions() and pairs() interface functions on the TAB1 record interface functions have been removed. The removal of these interface functions has no impact on the Python interface as these interface functions were not included on the Python side. Miscellaneous documentation updates were made as well.
77
- When using the C++ interface for atomic relaxation data, a Transition now has a isRadiative() and isNonRadiative() function returning a boolean so that a user can check if a given transition emits a photon or electron without having to look at subshell identifiers. Since Transition is not exposed ont he Python side, this is not available on the Python side.

0 commit comments

Comments
 (0)