Skip to content

Commit 35cbc6a

Browse files
authored
Merge pull request #2906 from stfc/2744_release_3.1.0
#2744 update version to 3.1.0
2 parents e5fe4ea + 83ac7dd commit 35cbc6a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
27) PR #2899 for #2889. Adds support for non-allocatable arrays to
8080
kernel extraction.
8181

82+
28) #2744 update version number prior to release.
83+
8284
release 3.0.0 6th of December 2024
8385

8486
1) PR #2477 for #2463. Add support for Fortran Namelist statements.

doc/reference_guide/doxygen.config

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

41-
PROJECT_NUMBER = 3.0.0
41+
PROJECT_NUMBER = 3.1.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

psyclone.pdf

0 Bytes
Binary file not shown.

src/psyclone/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
doc/{user_guide,developer_guide,reference_guide/source}/conf.py '''
4141

4242
__MAJOR__ = 3
43-
__MINOR__ = 0
44-
__MICRO__ = 1
43+
__MINOR__ = 1
44+
__MICRO__ = 0
4545

4646
__SHORT_VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}-dev"
4747
__VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}.{__MICRO__:d}-dev"

0 commit comments

Comments
 (0)