Skip to content

Commit 4c5f609

Browse files
author
Kasper Peeters
committed
Update version and changelog.
1 parent 364dca3 commit 4c5f609

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CADABRA_VERSION_MAJOR 2)
22
set(CADABRA_VERSION_MINOR 4)
33
set(CADABRA_VERSION_PATCH 5)
4-
set(CADABRA_VERSION_TWEAK 4)
4+
set(CADABRA_VERSION_TWEAK 5)
55
set(COPYRIGHT_YEARS "2001-2024")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
77
find_program(GIT git PATHS ${GIT_DIR})

web2/cadabra2/source/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <h3>github master (2.4.5)</h3>
2626
<li>Fix bugs in getting Weight values from Python, and setting multipliers in Python.</li>
2727
<li>Add <tt>LaTeXString</tt> object to display LaTeX formatted strings on capable frontends.</li>
2828
<li>Fix a <a href="https://cadabra.science/qa/2723/interaction-between-canonicalise-and-vector-spinors">bug</a> with <tt>canonicalise</tt> acting on vector-spinor objects.</li>
29+
<li>Enable the use of Unicode greek characters as input (which will get converted to LaTeX automatically) to enable cut-n-paste in the terminal (Connor).</li>
2930
</ul>
3031

3132
<h3>2.4.4 (released 20-Sep-2023)</h3>

0 commit comments

Comments
 (0)