Skip to content

Commit

Permalink
staging new version (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge authored Jul 18, 2024
1 parent aae09e9 commit 9b1a2cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Unreleased

# v3.1 Changes
- Docstring improvements (#1168, #1177, #1184).
- Minor bugfixes (#1167, #1169, #1170, #1172, #1187, #1188).
- DarkEmulator mass function (#1138).

# v3.0.1 Changes
- Fixed GSL integration segfault (#1155).
- Added `to_dict` utility in cosmology class (#1160).
- Added `to_dict` utility in cosmology class (#1160).

## Python library
- Documentation fixes (#1122).
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 @@ MESSAGE( STATUS "CMAKE_BUILD_TYPE: " ${CMAKE_BUILD_TYPE} )
# Adding customized cmake module
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules/")

project(ccl VERSION 3.0.0)
project(ccl VERSION 3.1)

# Uncomment to get detailed build outputs
# set( CMAKE_VERBOSE_MAKEFILE on )
Expand Down

0 comments on commit 9b1a2cd

Please sign in to comment.