File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+
2+ release 2.4.0 29th of September 2023
3+
14 1) PR #1758 for #1741. Splits the PSyData read functionality into a
25 standalone module to remove dependence on infrastructure for
36 driver code.
Original file line number Diff line number Diff 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 = 2.3.1
41+ PROJECT_NUMBER = 2.4.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
Original file line number Diff line number Diff line change 2828# The short X.Y version
2929version = ''
3030# The full version, including alpha/beta/rc tags
31- release = '2.3.1 '
31+ release = '2.4.0 '
3232
3333
3434# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11# -----------------------------------------------------------------------------
22# BSD 3-Clause License
33#
4- # Copyright (c) 2017-2022 , Science and Technology Facilities Council.
4+ # Copyright (c) 2017-2023 , Science and Technology Facilities Council.
55# All rights reserved.
66#
77# Redistribution and use in source and binary forms, with or without
3838 used in setup.py and doc/conf.py '''
3939
4040__MAJOR__ = 2
41- __MINOR__ = 3
42- __MICRO__ = 1
41+ __MINOR__ = 4
42+ __MICRO__ = 0
4343
4444__SHORT_VERSION__ = f"{ __MAJOR__ :d} .{ __MINOR__ :d} "
4545__VERSION__ = f"{ __MAJOR__ :d} .{ __MINOR__ :d} .{ __MICRO__ :d} "
You can’t perform that action at this time.
0 commit comments