From f4666fb497a5989c1254919eba91f92fc8f23b91 Mon Sep 17 00:00:00 2001 From: Chad Mitchell Date: Thu, 12 Dec 2024 15:30:43 -0800 Subject: [PATCH] Release: 24.12 --- CMakeLists.txt | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b71f9abec..8ac042f7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Preamble #################################################################### # cmake_minimum_required(VERSION 3.24.0) -project(ImpactX VERSION 24.10) +project(ImpactX VERSION 24.12) include(${ImpactX_SOURCE_DIR}/cmake/ImpactXFunctions.cmake) diff --git a/docs/source/conf.py b/docs/source/conf.py index 52a6df05d..2101a45f3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,9 +73,9 @@ # built documents. # # The short X.Y version. -version = "24.10" +version = "24.12" # The full version, including alpha/beta/rc tags. -release = "24.10" +release = "24.12" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 96cd0e677..2ddfa44d7 100644 --- a/setup.py +++ b/setup.py @@ -230,7 +230,7 @@ def build_extension(self, ext): setup( name="impactx", # note PEP-440 syntax: x.y.zaN but x.y.z.devN - version="24.10", + version="24.12", packages=["impactx"], # Python sources: package_dir={"": "src/python"},