Skip to content

Commit db8445e

Browse files
committed
Change verison number to 24.1 add release date
1 parent dfeb0e2 commit db8445e

File tree

12 files changed

+15
-17
lines changed

12 files changed

+15
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*~
22
*.pyc
3+
*.mod
34
_gitmsg.saved.txt
45
external/dftd3/origin
56
external/dftd3/status

CHANGELOG.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Change Log
55
Notable project changes since release 1.3.1 (2017-02-22).
66

77

8-
23.2
9-
====
8+
24.1 (2024-02-01)
9+
=================
1010

1111
Added
1212
-----
@@ -17,9 +17,6 @@ Added
1717

1818
- CI optimizer to locate conical intersections
1919

20-
Changed
21-
-------
22-
2320

2421
Fixed
2522
-----
@@ -32,6 +29,7 @@ Fixed
3229
- Calls to setExternalCharges were failing if number of external charges
3330
changes.
3431

32+
3533
23.1 (2023-07-05)
3634
=================
3735

@@ -543,4 +541,3 @@ Fixed
543541
modes.
544542

545543
- Make geometry writing in gen and xyz files consistent.
546-

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(DftbPlusUtils)
77
dftbp_ensure_out_of_source_build()
88
dftbp_load_build_settings()
99

10-
set(DFTBPLUS_VERSION "23.2")
10+
set(DFTBPLUS_VERSION "24.1")
1111

1212
project(dftbplus VERSION ${DFTBPLUS_VERSION} LANGUAGES Fortran C)
1313

doc/api/doxygen/Doxyfile

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

41-
PROJECT_NUMBER = 23.2
41+
PROJECT_NUMBER = 24.1
4242
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4343
# for a project that appears at the top of each page and should give viewer a
4444
# quick idea about the purpose of the project. Keep the description short.

doc/api/ford/dftbplus-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ macro:
33
WITH_ARPACK=0
44
WITH_DFTD3=1
55
WITH_SOCKETS=0
6-
RELEASE=23.2
6+
RELEASE=24.1
77
preprocess: true
88
src_dir:
99
../../../src/dftbp/api/mm

doc/dftb+/doxygen/Doxyfile

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

41-
PROJECT_NUMBER = 23.2
41+
PROJECT_NUMBER = 24.1
4242
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4343
# for a project that appears at the top of each page and should give viewer a
4444
# quick idea about the purpose of the project. Keep the description short.

doc/dftb+/ford/dftbplus-project-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ macro:
44
WITH_ARPACK=1
55
WITH_DFTD3=1
66
WITH_SOCKETS=1
7-
RELEASE=23.2
7+
RELEASE=24.1
88
preprocess: true
99
src_dir:
1010
../../../app/dftb+

doc/dftb+/manual/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\makeindex
55
\include{newcommands}
66

7-
\title{\textbf{{\dftbp}\\[0.5cm]Version 23.2\\[1.5cm]
7+
\title{\textbf{{\dftbp}\\[0.5cm]Version 24.1\\[1.5cm]
88
{U\,S\,E\,R\,\ \, M\,A\,N\,U\,A\,L}}}
99
\date{}
1010
\author{}

doc/dftb+/manual/releases.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ \chapter{\dftbp{} Releases}
88
\begin{tabular}{ccc}
99
\is{InputVersion} / Release & \is{ParserVersion} & Date
1010
available\\ \hline
11-
23.2 & 14 & \DTMdate{2023-11-15}\\
11+
24.1 & 14 & \DTMdate{2024-02-01}\\
1212
23.1 & 13 & \DTMdate{2023-06-23}\\
1313
22.2 & 12 & \DTMdate{2022-12-20}\\
1414
22.1 & 11 & \DTMdate{2022-05-25}\\

doc/dptools/api/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '23.2'
58+
version = '24.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '23.2'
60+
release = '24.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

0 commit comments

Comments
 (0)