Skip to content

Commit 99a9bb4

Browse files
authored
Merge pull request #3217 from stfc/3165_nov25_release
(Closes #3165) Make release 3.2.1
2 parents 27f1881 + c0419c2 commit 99a9bb4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Release 3.2.1 12th of November 2025
2+
13
17) PR #3214 for #3188. Improves the validation when doing automatic
24
array privatisation.
35

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.1.0
51+
PROJECT_NUMBER = 3.2.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

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

46-
__SHORT_VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}-dev"
47-
__VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}.{__MICRO__:d}-dev"
46+
__SHORT_VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}"
47+
__VERSION__ = f"{__MAJOR__:d}.{__MINOR__:d}.{__MICRO__:d}"

0 commit comments

Comments
 (0)