Skip to content

Commit bee8880

Browse files
authored
Merge pull request #3485 from stfc/3484_release_331
(Closes #3484 ) Prepare for 3.3.1 release
2 parents 320a000 + e62fe9b commit bee8880

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Release 3.3.1 7th July 2026
2+
13
5) PR #3431. Adds the force_private option to the OMPParallelTrans.
24

35
4) PR #3441 for #2936, #1220 and #2088. Fixes the doctests and adds

doc/reference_guide/doxygen.config

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

51-
PROJECT_NUMBER = 3.3.0
51+
PROJECT_NUMBER = 3.3.1
5252

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

src/psyclone/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
__MAJOR__ = 3
4545
__MINOR__ = 3
46-
__MICRO__ = 0
46+
__MICRO__ = 1
4747

4848
# Version suffix e.g. "-rc1", "-dev" or "" (for a full release)
49-
_VERSION_SUFFIX = "-dev"
49+
_VERSION_SUFFIX = ""
5050

5151
__SHORT_VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}{_VERSION_SUFFIX}"
5252
__VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}.{__MICRO__:d}{_VERSION_SUFFIX}"

0 commit comments

Comments
 (0)