Skip to content

Commit

Permalink
Release: 24.12 (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored Dec 13, 2024
1 parent 706e751 commit f85d7e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit f85d7e3

Please sign in to comment.