Skip to content

Commit

Permalink
Merge pull request CRPropa#453 from lukasmerten/release
Browse files Browse the repository at this point in the history
Post Release Clean Up
  • Loading branch information
lukasmerten authored Nov 21, 2023
2 parents 586defe + 83f74b8 commit 9f0ab3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## CRPropa vNext

### Bug fixes:

### New features:

### Interface changes:

### Features that are deprecated and will be removed after this release

### Removed features

### New plugins and resources linked on the webpages


## CRPropa 3.2.1

### Bug fixes:
* Re-added ToroidalHaloField and LogarithmicSpiralField models. Note, that the class name was also corrected in spelling: TorroidalHaloField --> ToroidalHaloField
* Synchronized signature of ParticleSplitting constructor
Expand All @@ -18,7 +33,7 @@

### Features that are deprecated and will be removed after this release
* ObserverPoint will be renamed into Observer1D.
* AMRMagenticField - underlying library (saga) is no longer supported.
* AMRMagneticField - underlying library (saga) is no longer supported.

### Removed features
* External extensions DINT and Eleca, which can be replaced with the
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else(APPLE)
endif(APPLE)

project(CRPropa Fortran C CXX)
set(CRPROPA_RELEASE_VERSION 3.2+) # Update for new release
set(CRPROPA_RELEASE_VERSION 3.2.1+) # Update for new release

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

Expand Down

0 comments on commit 9f0ab3b

Please sign in to comment.