Skip to content

Commit eb888ed

Browse files
authored
Release: 22.11 (#90)
Also start to update AMReX manually.
1 parent 371ec46 commit eb888ed

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.20.0)
4-
project(pyAMReX VERSION 22.10)
4+
project(pyAMReX VERSION 22.11)
55

66
include(${pyAMReX_SOURCE_DIR}/cmake/pyAMReXFunctions.cmake)
77

cmake/dependencies/AMReX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ option(pyAMReX_amrex_internal "Download & build AMReX" ON)
8282
set(pyAMReX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
8383
CACHE STRING
8484
"Repository URI to pull and build AMReX from if(pyAMReX_amrex_internal)")
85-
set(pyAMReX_amrex_branch "development"
85+
set(pyAMReX_amrex_branch "22.11"
8686
CACHE STRING
8787
"Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)")
8888

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def build_extension(self, ext):
220220
setup(
221221
name="amrex",
222222
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
223-
version="22.10",
223+
version="22.11",
224224
packages=["amrex"],
225225
# Python sources:
226226
package_dir={"": "src"},
@@ -271,6 +271,7 @@ def build_extension(self, ext):
271271
"Programming Language :: Python :: 3.8",
272272
"Programming Language :: Python :: 3.9",
273273
"Programming Language :: Python :: 3.10",
274+
"Programming Language :: Python :: 3.11",
274275
(
275276
"License :: OSI Approved :: BSD License"
276277
), # TODO: use real SPDX: BSD-3-Clause-LBNL

0 commit comments

Comments
 (0)