Skip to content

Commit bcfe644

Browse files
committed
bump version to 2025.05.0
1 parent dccf490 commit bcfe644

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ include(AreSubmoduleClones)
3636
################################
3737

3838
set(SHAMROCK_VERSION_MAJOR 2025)
39-
set(SHAMROCK_VERSION_MINOR 03)
40-
set(SHAMROCK_VERSION_PATCH 1)
39+
set(SHAMROCK_VERSION_MINOR 05)
40+
set(SHAMROCK_VERSION_PATCH 0)
4141

4242
project(Shamrock VERSION ${SHAMROCK_VERSION_MAJOR}.${SHAMROCK_VERSION_MINOR}.${SHAMROCK_VERSION_PATCH})
4343
include(ShamVersioning)

doc/doxygen/dox.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Shamrock"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2025.03.0
41+
PROJECT_NUMBER = 2025.05.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

doc/sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Timothee David--Cléris"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "2025.03.0"
25+
release = "2025.05.0"
2626

2727
# -- General configuration ---------------------------------------------------
2828

env/helpers/_pysetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def build_extension(self, ext: ShamEnvExtension) -> None:
101101
# logic and declaration, and simpler if you include description/version in a file.
102102
setup(
103103
name="shamrock",
104-
version="2025.03.1",
104+
version="2025.05.0",
105105
author="Timothée David--Cléris",
106106
author_email="tim.shamrock@proton.me",
107107
description="SHAMROCK Code for astrophysics",

0 commit comments

Comments
 (0)