Skip to content

Commit

Permalink
Merge pull request #2339 from stfc/2108_release240
Browse files Browse the repository at this point in the history
(closes #2108) release 2.4.0
  • Loading branch information
arporter authored Sep 29, 2023
2 parents 5506064 + ddddaf4 commit f78be5c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

release 2.4.0 29th of September 2023

1) PR #1758 for #1741. Splits the PSyData read functionality into a
standalone module to remove dependence on infrastructure for
driver code.
Expand Down
2 changes: 1 addition & 1 deletion doc/reference_guide/doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Reference Guide"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.3.1
PROJECT_NUMBER = 2.4.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/reference_guide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '2.3.1'
release = '2.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion external/fparser
Submodule fparser updated 1 files
+0 −2 README.md
Binary file modified psyclone.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions src/psyclone/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# BSD 3-Clause License
#
# Copyright (c) 2017-2022, Science and Technology Facilities Council.
# Copyright (c) 2017-2023, Science and Technology Facilities Council.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -38,8 +38,8 @@
used in setup.py and doc/conf.py '''

__MAJOR__ = 2
__MINOR__ = 3
__MICRO__ = 1
__MINOR__ = 4
__MICRO__ = 0

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

0 comments on commit f78be5c

Please sign in to comment.