Skip to content

Commit 4cd5786

Browse files
committed
Release 25.09
1 parent 19ab37b commit 4cd5786

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Preamble ####################################################################
22
#
33
cmake_minimum_required(VERSION 3.24.0)
4-
project(ImpactX VERSION 25.08)
4+
project(ImpactX VERSION 25.09)
55

66
include(${ImpactX_SOURCE_DIR}/cmake/ImpactXFunctions.cmake)
77

cmake/dependencies/ABLASTR.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ macro(find_ablastr)
139139
set(COMPONENT_DIM 3D)
140140
set(COMPONENT_PRECISION ${ImpactX_PRECISION} P${ImpactX_PRECISION})
141141

142-
find_package(ABLASTR 25.08 CONFIG REQUIRED COMPONENTS ${COMPONENT_DIM})
142+
find_package(ABLASTR 25.09 CONFIG REQUIRED COMPONENTS ${COMPONENT_DIM})
143143
message(STATUS "ABLASTR: Found version '${ABLASTR_VERSION}'")
144144
endif()
145145

@@ -178,7 +178,7 @@ set(ImpactX_openpmd_src ""
178178
set(ImpactX_ablastr_repo "https://github.com/BLAST-WarpX/warpx.git"
179179
CACHE STRING
180180
"Repository URI to pull and build ABLASTR from if(ImpactX_ablastr_internal)")
181-
set(ImpactX_ablastr_branch "25.08"
181+
set(ImpactX_ablastr_branch "25.09"
182182
CACHE STRING
183183
"Repository branch for ImpactX_ablastr_repo if(ImpactX_ablastr_internal)")
184184

cmake/dependencies/pyAMReX.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function(find_pyamrex)
5959
endif()
6060
elseif(NOT ImpactX_pyamrex_internal)
6161
# TODO: MPI control
62-
find_package(pyAMReX 25.08 CONFIG REQUIRED)
62+
find_package(pyAMReX 25.09 CONFIG REQUIRED)
6363
message(STATUS "pyAMReX: Found version '${pyAMReX_VERSION}'")
6464
endif()
6565
endfunction()
@@ -74,7 +74,7 @@ option(ImpactX_pyamrex_internal "Download & build pyAMReX" ON)
7474
set(ImpactX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
7575
CACHE STRING
7676
"Repository URI to pull and build pyamrex from if(ImpactX_pyamrex_internal)")
77-
set(ImpactX_pyamrex_branch "25.08"
77+
set(ImpactX_pyamrex_branch "25.09"
7878
CACHE STRING
7979
"Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)")
8080

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def download_with_headers(url, filename):
9696
# built documents.
9797
#
9898
# The short X.Y version.
99-
version = "25.08"
99+
version = "25.09"
100100
# The full version, including alpha/beta/rc tags.
101-
release = "25.08"
101+
release = "25.09"
102102

103103
# The language for content autogenerated by Sphinx. Refer to documentation
104104
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def build_extension(self, ext):
237237
setup(
238238
name="impactx",
239239
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
240-
version="25.08",
240+
version="25.09",
241241
packages=["impactx"],
242242
# Python sources:
243243
package_dir={"": "src/python"},

0 commit comments

Comments
 (0)